pgsql: Doc: add a little about LACON execution to src/backend/regex/REA - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: add a little about LACON execution to src/backend/regex/REA
Date
Msg-id E1mKO0z-0007kV-PE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: add a little about LACON execution to src/backend/regex/README.

I wrote this while thinking about a possible optimization, but it's
a useful description of the existing code regardless of whether the
optimization ever happens.  So push it separately.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10d58228bb1c824c5124ecd1b6c5e46a3c157a39

Modified Files
--------------
src/backend/regex/README | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Keep stats up to date for partitioned tables
Next
From: Michael Paquier
Date:
Subject: pgsql: Add more tab completion support for ALTER TABLE ADD in psql