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-0000n3-UV@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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/afff44303cc316d2fe8ad15ac5a5fc90d59dcd67

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