pgsql: Improve error messages in reorderbuffer.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve error messages in reorderbuffer.c.
Date: 2014-04-30 22:16:56
Message-ID: E1WfcoC-0003Dq-Pc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve error messages in reorderbuffer.c.

Be more clear about failure cases in relfilenode->relation lookup,
and fix some other places that were inconsistent or not per our
message style guidelines.

Andres Freund and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/203b0d132fe9038061b5bab70f1362440ae94aa8

Modified Files
--------------
src/backend/replication/logical/reorderbuffer.c | 27 +++++++++++++----------
1 file changed, 15 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-05-01 02:56:50 pgsql: Documentation corrections for pg_replication_slots.
Previous Message Robert Haas 2014-04-30 21:57:14 pgsql: Consistently allow reading of messages from a detached shm_mq.