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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix copy-and-paste error in logical decoding callback.
Date: 2015-12-18 17:24:59
Message-ID: E1a9ym3-0002Xt-KO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-12-18 17:41:07 pgsql: Fix TupleQueueReaderNext not to ignore its nowait argument.
Previous Message Robert Haas 2015-12-18 17:05:04 pgsql: Fix typo in comment.