pgsql: Ooops, should use double not single quotes in StaticAssertStmt()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ooops, should use double not single quotes in StaticAssertStmt()
Date: 2014-01-03 02:54:26
Message-ID: E1Vyuu2-0003J5-Ii@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ooops, should use double not single quotes in StaticAssertStmt().

That's what I get for testing this on an older compiler.

Branch
------
master

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

Modified Files
--------------
src/backend/postmaster/pgstat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-01-03 16:23:54 pgsql: Restore some comments lost during 15732b34e8c8
Previous Message Tom Lane 2014-01-03 02:46:17 pgsql: Fix calculation of maximum statistics-message size.