mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Remove leftover comments, left behind by removal of WITH OIDS.
Author: Amit Langote Discussion: https://www.postgresql.org/message-id/CA%2BHiwqGaRoF3XrhPW-Y7P%2BG7bKo84Z_h%3DkQHvMh-80%3Dav3wmOw%40mail.gmail.com
This commit is contained in:
@ -496,7 +496,6 @@ NextCopyFromRawFields(CopyFromState cstate, char ***fields, int *nfields)
|
||||
*
|
||||
* 'values' and 'nulls' arrays must be the same length as columns of the
|
||||
* relation passed to BeginCopyFrom. This function fills the arrays.
|
||||
* Oid of the tuple is returned with 'tupleOid' separately.
|
||||
*/
|
||||
bool
|
||||
NextCopyFrom(CopyFromState cstate, ExprContext *econtext,
|
||||
|
Reference in New Issue
Block a user