PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ flush_stringbuffer()

static void flush_stringbuffer ( STRINGBUFFER buffer)
static

Definition at line 800 of file raster2pgsql.c.

References dump_stringbuffer(), and rtdealloc_stringbuffer().

Referenced by append_sql_to_buffer(), main(), and process_rasters().

800  {
801  dump_stringbuffer(buffer);
802  rtdealloc_stringbuffer(buffer, 0);
803 }
static void rtdealloc_stringbuffer(STRINGBUFFER *buffer, int freebuffer)
Definition: raster2pgsql.c:774
static void dump_stringbuffer(STRINGBUFFER *buffer)
Definition: raster2pgsql.c:791
Here is the call graph for this function:
Here is the caller graph for this function: