mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@ -111,7 +111,7 @@ typedef struct CopyStateData
|
||||
List *attnumlist; /* integer list of attnums to copy */
|
||||
char *filename; /* filename, or NULL for STDIN/STDOUT */
|
||||
bool is_program; /* is 'filename' a program to popen? */
|
||||
copy_data_source_cb data_source_cb; /* function for reading data*/
|
||||
copy_data_source_cb data_source_cb; /* function for reading data */
|
||||
bool binary; /* binary format? */
|
||||
bool oids; /* include OIDs? */
|
||||
bool freeze; /* freeze rows on loading? */
|
||||
@ -532,7 +532,7 @@ CopySendEndOfRow(CopyState cstate)
|
||||
(void) pq_putmessage('d', fe_msgbuf->data, fe_msgbuf->len);
|
||||
break;
|
||||
case COPY_CALLBACK:
|
||||
Assert(false); /* Not yet supported. */
|
||||
Assert(false); /* Not yet supported. */
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user