pgsql: Revert changes in execMain.c from commit 16828d5c0273b - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Revert changes in execMain.c from commit 16828d5c0273b
Date
Msg-id E1foDjI-0000n2-UT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert changes in execMain.c from commit 16828d5c0273b

These changes were put in at some stage of the development process, but
are unnecessary and should not have made it into the final patch. Mea
culpa.

Per gripe from Andreas Freund

Backpatch to REL_11_STABLE

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c047fd709ae274d5d543b250c70cc2b15e4fe65

Modified Files
--------------
src/backend/executor/execMain.c | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Handle parallel index builds on mapped relations.
Next
From: Tom Lane
Date:
Subject: pgsql: Distinguish printf-like functions that support %m from thosetha