]> granicus.if.org Git - postgresql/commit
Fix UPDATE of GENERATED ALWAYS identity columns
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 1 Jul 2017 03:44:17 +0000 (23:44 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 1 Jul 2017 03:44:17 +0000 (23:44 -0400)
commitef74e03ef65ea870a9c372f500d33cca0a18be6e
treede029669f6a34dcff2da8b5d241a2655be77dc58
parent572d6ee6d41b43b8871f42c7dbbef795523b2dbf
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
src/backend/rewrite/rewriteHandler.c