pgsql: Fix missing parentheses for current_query(), per bug #5378.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix missing parentheses for current_query(), per bug #5378.
Date: 2010-03-18 15:29:45
Message-ID: 20100318152945.18F6F7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix missing parentheses for current_query(), per bug #5378.
Also make a couple other minor editorial improvements.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.509 -> r1.510)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.509&r2=1.510)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-03-18 15:29:54 pgsql: Fix missing parentheses for current_query(), per bug #5378.
Previous Message Fujii Masao 2010-03-18 14:27:59 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL