pgsql: Return type of txid_status is text, not txid_status

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Return type of txid_status is text, not txid_status
Date: 2018-08-23 14:46:10
Message-ID: E1fsqsE-0002Ws-6c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Return type of txid_status is text, not txid_status

Thinko in commit 857ee8e39.

Discovered-by: Gianni Ciolli

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-08-23 15:23:13 pgsql: PL/pgSQL: Extend test case
Previous Message Peter Eisentraut 2018-08-22 13:45:45 pgsql: doc: Clarify some wording in PL/pgSQL about transactions