pgsql: Remove false comment about speculative insertion.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove false comment about speculative insertion.
Date: 2015-07-27 08:53:18
Message-ID: E1ZJe9u-00046I-4X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-27 15:15:15 pgsql: Fix handling of all-zero pages in SP-GiST vacuum.
Previous Message Tom Lane 2015-07-26 21:44:37 pgsql: Fix oversight in flattening of subqueries with empty FROM.