PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ dump_stringbuffer()

static void dump_stringbuffer ( STRINGBUFFER buffer)
static

Definition at line 769 of file raster2pgsql.c.

769 {
770 uint32_t i = 0;
771
772 for (i = 0; i < buffer->length; i++) {
773 printf("%s\n", buffer->line[i]);
774 }
775}
Datum buffer(PG_FUNCTION_ARGS)

References buffer().

Referenced by flush_stringbuffer().

Here is the call graph for this function:
Here is the caller graph for this function: