mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Fix typos in comments
Author: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/CAHut+PsN_gmKu-KfeEb9NDARoTPbs4AN4PPu=6LZXFZRJ13SEw@mail.gmail.com
This commit is contained in:
@ -1237,7 +1237,7 @@ BeginCopyFrom(ParseState *pstate,
|
||||
|
||||
tupDesc = RelationGetDescr(cstate->rel);
|
||||
|
||||
/* process commmon options or initialization */
|
||||
/* process common options or initialization */
|
||||
|
||||
/* Generate or convert list of attributes to process */
|
||||
cstate->attnumlist = CopyGetAttnums(tupDesc, cstate->rel, attnamelist);
|
||||
|
Reference in New Issue
Block a user