[COMMITTERS] pgsql: Use RangeVarGetRelidExtended() in AlterSequence() - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Use RangeVarGetRelidExtended() in AlterSequence()
Date
Msg-id E1dLtu4-0005MQ-4B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use RangeVarGetRelidExtended() in AlterSequence()

This allows us to combine the opening and the ownership check.

Reported-by: Robert Haas <robertmhaas@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94da2a6a9a05776953524424a3d8079e54bc5d94

Modified Files
--------------
src/backend/commands/sequence.c        | 16 +++++++---------
src/test/regress/expected/sequence.out |  4 ++--
src/test/regress/sql/sequence.sql      |  2 +-
3 files changed, 10 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix ICU collation use on Windows
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Add note that COPY commands are published as INSERTs