pgsql: Fix UPDATE of GENERATED ALWAYS identity columns

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix UPDATE of GENERATED ALWAYS identity columns
Date: 2017-07-01 03:46:33
Message-ID: E1dR9Mf-0007cZ-6Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix UPDATE of GENERATED ALWAYS identity columns

The bug would previously prevent the update of any column in a table
with identity columns, rather than just the actual identity column.

Reported-by: zam6ak(at)gmail(dot)com
Bug: #14718

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ef74e03ef65ea870a9c372f500d33cca0a18be6e

Modified Files
--------------
src/backend/rewrite/rewriteHandler.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-07-01 16:16:11 pgsql: Shorten timeouts while waiting for logicalrep worker slot attach
Previous Message Alvaro Herrera 2017-06-30 22:08:49 pgsql: Fix locking in WAL receiver/sender shmem state structs