PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ copy_from_end()

static int copy_from_end ( STRINGBUFFER buffer)
static

Definition at line 868 of file raster2pgsql.c.

References append_sql_to_buffer().

Referenced by insert_records().

869 {
870  /* end of data */
871  append_sql_to_buffer(buffer, strdup("\\."));
872 
873  return 1;
874 }
static int append_sql_to_buffer(STRINGBUFFER *buffer, const char *str)
Definition: raster2pgsql.c:822
Here is the call graph for this function:
Here is the caller graph for this function: