pgsql: Remove false comment about speculative insertion. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove false comment about speculative insertion.
Date
Msg-id E1ZJe9u-00046J-4j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove false comment about speculative insertion.

There is no full discussion of speculative insertions in the executor
README. There is a high-level explanation in execIndexing.c, but it doesn't
seem necessary to refer it from here.

Peter Geoghegan

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/dd20a97219b569b92bdcbd0c195c214340298b4a

Modified Files
--------------
src/backend/executor/nodeModifyTable.c |    3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix oversight in flattening of subqueries with empty FROM.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove false comment about speculative insertion.