pgsql: Fix copy-and-paste error in logical decoding callback. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix copy-and-paste error in logical decoding callback.
Date
Msg-id E1a9ym3-0002Xt-KO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix copy-and-paste error in logical decoding callback.

This could result in the error context misidentifying where the error
actually occurred.

Craig Ringer

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/550e9c23053c2540620dd0f72525ce2e47fd40a5

Modified Files
--------------
src/backend/replication/logical/logical.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix copy-and-paste error in logical decoding callback.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.