pgsql: Add collation assignment to CALL statement

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add collation assignment to CALL statement
Date: 2019-02-07 07:28:52
Message-ID: E1gre7A-00041p-9I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 <Jean-Marc(dot)Voillequin(at)moodys(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-02-07 07:52:13 pgsql: Allow some recovery parameters to be changed with reload
Previous Message Amit Kapila 2019-02-07 03:44:14 pgsql: Doc: Update the documentation for row movement behavior across p