Thread: pgsql: Fix copy-and-paste error in logical decoding callback.

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

From
Robert Haas
Date:
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(-)