pgsql: Add collation assignment to CALL statement - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add collation assignment to CALL statement
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Add collation assignment to CALL statement

Otherwise functions that require collation information will not have
it if they are called in arguments to a CALL statement.

Reported-by: Jean-Marc Voillequin <[email protected]>
Reviewed-by: Tom Lane <[email protected]>
Discussion:
https://www.postgresql.org/message-id/flat/1EC8157EB499BF459A516ADCF135ADCE39FFAC54%40LON-WGMSX712.ad.moodys.net

Branch
------
master

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

Modified Files
--------------
src/backend/parser/analyze.c                   |  2 ++
src/test/regress/expected/create_procedure.out |  7 +++++++
src/test/regress/sql/create_procedure.sql      | 11 +++++++++++
3 files changed, 20 insertions(+)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Update the documentation for row movement behavior acrossp
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Allow some recovery parameters to be changed with reload