mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix a few comments that referred to copy.c.
Missed these in the previous commit.
This commit is contained in:
@ -498,7 +498,7 @@ typedef struct ResultRelInfo
|
||||
*/
|
||||
TupleConversionMap *ri_ChildToRootMap;
|
||||
|
||||
/* for use by copy.c when performing multi-inserts */
|
||||
/* for use by copyfrom.c when performing multi-inserts */
|
||||
struct CopyMultiInsertBuffer *ri_CopyMultiInsertBuffer;
|
||||
} ResultRelInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user