git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f40792a) | patch
Fix ON CONFLICT DO UPDATE for tables with oids.
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
src/backend/executor/nodeModifyTable.c diff | blob | blame | history
src/test/regress/expected/insert_conflict.out diff | blob | blame | history
src/test/regress/sql/insert_conflict.sql diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /