pgsql: Make use of LATERAL in information_schema.sequences view. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make use of LATERAL in information_schema.sequences view.
Date
Msg-id E1T2pQK-00043J-8D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make use of LATERAL in information_schema.sequences view.

It said "XXX: The following could be improved if we had LATERAL" ...
so let's do that.

No catversion bump since either version of the view works fine.

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/information_schema.sql |   13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Another round of planner fixes for LATERAL.
Next
From: Tom Lane
Date:
Subject: pgsql: Allow OLD and NEW in multi-row VALUES within rules.