pgsql/src/backend/libpq pqcomm.c

Started by Tom Laneover 24 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/20 21:03:33

Modified files:
src/backend/libpq: pqcomm.c

Log message:
Fix typo.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tom Lane (#1)
Re: pgsql/src/backend/libpq pqcomm.c

Peter Eisentraut <peter_e@gmx.net> writes:

Did you just clarify the comments or was there something wrong?

You had
PqRecvPointer += i + 1;
but I believe correct is
PqRecvPointer = i + 1;

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#1)
Re: pgsql/src/backend/libpq pqcomm.c

Tom Lane writes:

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/20 21:03:33

Modified files:
src/backend/libpq: pqcomm.c

Log message:
Fix typo.

Did you just clarify the comments or was there something wrong?

--
Peter Eisentraut peter_e@gmx.net