1
0
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:
Heikki Linnakangas
2020-11-23 11:36:13 +02:00
parent c532d15ddd
commit 68b1a4877e
5 changed files with 7 additions and 7 deletions

View File

@ -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;