pgsql: Use SQL standard error code for nextval

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use SQL standard error code for nextval
Date: 2017-03-09 15:58:55
Message-ID: E1cm0St-00059V-TJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use SQL standard error code for nextval

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cd603a4d6b5381cb28e993c6219037c2582100c9

Modified Files
--------------
src/backend/commands/sequence.c | 4 ++--
src/backend/utils/errcodes.txt | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-09 17:09:15 pgsql: Fix a couple of planner bugs in Gather Merge.
Previous Message Peter Eisentraut 2017-03-09 13:42:46 pgsql: Enable replication connections by default in pg_hba.conf