Get rid of a //-style comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Jun 2015 21:04:07 +0000 (17:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Jun 2015 21:04:07 +0000 (17:04 -0400)
commit1497369e5df8bb129256f677a85327f80d3767d3
tree02393978958717e8223140f9f7e36bfddfae2e4c
parentac23b711dd6ccb82fb70ca0f153fe755fd809a46
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.
src/test/regress/pg_regress.c