pgsql: Fix comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment.
Date: 2016-05-15 21:04:41
Message-ID: E1b23DN-0004bn-Bn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment.

Reference to getThreadLocalPQExpBuffer here seems inappropriate, since
we aren't necessarily using that instantiation of getLocalPQExpBuffer.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b7a9347c11e19918a34b127a096061bfb002fcb5

Modified Files
--------------
src/fe_utils/string_utils.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-05-16 15:24:51 pgsql: Fix multiple problems in postgres_fdw query cancellation logic.
Previous Message Peter Eisentraut 2016-05-14 01:38:07 pgsql: Update release instructions for translation updates