1
0
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:
Daniel Gustafsson
2021-10-27 22:38:38 +02:00
parent c2381b5104
commit 8af57ad815
2 changed files with 2 additions and 2 deletions

View File

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