From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "Accept relations of any kind in LOCK TABLE". |
Date: | 2020-11-06 21:18:35 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert "Accept relations of any kind in LOCK TABLE".
Revert 59ab4ac32, as well as the followup fix 33862cb9c, in all
branches. We need to think a bit harder about what the behavior
of LOCK TABLE on views should be, and there's no time for that
before next week's releases. We'll take another crack at this
later.
Discussion: https://postgr.es/m/[email protected]
Branch
------
REL_10_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/ec516818a81aa43c56eb433e9c47304c19f4ac1b
Modified Files
--------------
doc/src/sgml/ref/lock.sgml | 24 ++++++++----------------
src/backend/commands/lockcmds.c | 7 +++++++
src/test/regress/expected/lock.out | 16 +++-------------
src/test/regress/sql/lock.sql | 17 ++---------------
4 files changed, 20 insertions(+), 44 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-11-06 22:05:50 | pgsql: First-draft release notes for 13.1. |
Previous Message | Tom Lane | 2020-11-06 17:15:49 | pgsql: Doc: undo mistaken adjustment to LOCK TABLE docs in back branche |