Thread: [COMMITTERS] pgsql: Fix UPDATE of GENERATED ALWAYS identity columns

[COMMITTERS] pgsql: Fix UPDATE of GENERATED ALWAYS identity columns

From
Peter Eisentraut
Date:
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@gmail.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(-)