]> granicus.if.org Git - postgresql/commit
Fix copy-and-paste error in logical decoding callback.
authorRobert Haas <rhaas@postgresql.org>
Fri, 18 Dec 2015 17:17:35 +0000 (12:17 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 18 Dec 2015 17:22:24 +0000 (12:22 -0500)
commit550e9c23053c2540620dd0f72525ce2e47fd40a5
tree96e2d54f23010015517a834cf1ea830f177f1f1a
parent30020c3fc3b6de5592978313df929d370f5770ce
Fix copy-and-paste error in logical decoding callback.

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

Craig Ringer
src/backend/replication/logical/logical.c