pgsql: Resolve iso-8859-1-type literals in GRAPH_TABLE COLUMNS - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Resolve iso-8859-1-type literals in GRAPH_TABLE COLUMNS
Date
Msg-id E1wffd7-001BSJ-1M@gemulon.postgresql.org
Whole thread
List pgsql-committers
Resolve unknown-type literals in GRAPH_TABLE COLUMNS

The unknown-type literals in the COLUMNS clause of a GRAPH_TABLE are
now resolved to the appropriate types.  Without that, this could cause
various failures.

Author: Satya Narlapuram <satyanarlapuram@gmail.com>
Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Reviewed-by: Junwang Zhao <zhjwpku@gmail.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAHg%2BQDcyKNWyzDoKMxiZNjv7C-wAxs8y0ZoNkOV137Y%2Bnk3UXg%40mail.gmail.com

Branch
------
REL_19_STABLE

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

Modified Files
--------------
src/backend/parser/parse_clause.c         | 4 ++++
src/test/regress/expected/graph_table.out | 9 +++++++++
src/test/regress/sql/graph_table.sql      | 2 ++
3 files changed, 15 insertions(+)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Prevent access to other sessions' empty temp tables
Next
From: Tom Lane
Date:
Subject: pgsql: Fix btree_gist's NotEqual strategy on internal index pages.