pgsql: Update comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update comment.
Date: 2014-01-28 17:34:36
Message-ID: E1W8CYW-0002I2-8f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comment.

generate_normalized_query() no longer needs to truncate text, but this
one comment didn't get the memo. Per Peter Geoghegan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/98d62c28fd774ad8d123b66131dcdaa0b9c9d6d4

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-01-28 17:59:12 pgsql: Add pg_stat_archiver statistics view.
Previous Message Bruce Momjian 2014-01-28 17:28:20 pgsql: Revert C comment change in slot_attisnull()