From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Get rid of a //-style comment. |
Date: | 2015-06-05 21:04:12 |
Message-ID: | E1Z0ymi-0005yL-D0@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Get rid of a //-style comment.
Not sure how "//XXX" got into a committed patch in the first place,
as it's both content-free and against project style. pgindent made a
bit of a hash of it, too.
Going forward, we should have at least one buildfarm member using
"gcc -ansi" to catch such things, at least till such time as we
decide the project target language isn't C90 any more. I've turned
this option on on dromedary.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/1497369e5df8bb129256f677a85327f80d3767d3
Modified Files
--------------
src/test/regress/pg_regress.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2015-06-06 03:08:53 | Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file |
Previous Message | Tom Lane | 2015-06-05 17:23:03 | pgsql: Fix incorrect order of database-locking operations in InitPostgr |