git.postgresql.org Git - postgresql.git/commit
2015年9月28日 17:12:48 +0000 (19:12 +0200)
2015年9月28日 17:29:44 +0000 (19:29 +0200)
commit 617db3a2d8ad6abc0d7be623f43edc943a6640a8
Fix ON CONFLICT DO UPDATE for tables with oids.
When taking the UPDATE path in an INSERT .. ON CONFLICT .. UPDATE tables
with oids were not supported. The tuple generated by the update target
list was projected without space for an oid - a simple oversight.
Reported-By: Peter Geoghegan
Author: Andres Freund
Backpatch: 9.5, where ON CONFLICT was introduced
This is the main PostgreSQL git repository.
RSS
Atom