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

◆ dump_stringbuffer()

static void dump_stringbuffer ( STRINGBUFFER buffer)
static

Definition at line 781 of file raster2pgsql.c.

781 {
782 uint32_t i = 0;
783
784 for (i = 0; i < buffer->length; i++) {
785 printf("%s\n", buffer->line[i]);
786 }
787}
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: