pgsql: Fix missing parentheses for current_query(), per bug #5378. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix missing parentheses for current_query(), per bug #5378.
Date
Msg-id 20100318152954.6B0317541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix missing parentheses for current_query(), per bug #5378.
Also make a couple other minor editorial improvements.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.482.2.2 -> r1.482.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.482.2.2&r2=1.482.2.3)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Use data-type specific conversion functions also in plpy.execute
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix missing parentheses for current_query(), per bug #5378.