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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 053835d) | patch
Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs
Sun, 8 Feb 2009 18:02:27 +0000 (18:02 +0000)
Sun, 8 Feb 2009 18:02:27 +0000 (18:02 +0000)
commit 3d02cae310deec7ca48ada68e553bfeedbd0f638
Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs
from the source table. This could never happen anyway before 8.4 because
the executor invariably applied a "junk filter" to rows due to be inserted;
but now that we skip doing that when it's not necessary, the case can occur.
Problem noted 2008年11月27日 by KaiGai Kohei, though I misunderstood what he
was on about at the time (the opacity of the patch he proposed didn't help).
src/backend/executor/execMain.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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