pgsql: Add SKIP_LOCKED option to RangeVarGetRelidExtended().

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add SKIP_LOCKED option to RangeVarGetRelidExtended().
Date: 2018-03-31 00:09:41
Message-ID: E1f245V-0004Du-SG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add SKIP_LOCKED option to RangeVarGetRelidExtended().

This will be used for VACUUM (SKIP LOCKED).

Author: Nathan Bossart
Reviewed-By: Michael Paquier and Andres Freund
Discussion: https://postgr.es/m/20180306005349.b65whmvj7z6hbe2y@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e256e550672657375fc3058b2b8ff6568d65cef

Modified Files
--------------
src/backend/catalog/namespace.c | 22 +++++++++++++++++++---
src/include/catalog/namespace.h | 3 ++-
2 files changed, 21 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2018-03-31 00:29:11 pgsql: Fix bug with view locking code.
Previous Message Fujii Masao 2018-03-30 23:03:53 pgsql: Enhance pg_stat_wal_receiver view to display host and port of se