]> granicus.if.org Git - postgresql/commit
Remove inappropriate semicolons after function definitions.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Jun 2012 21:29:45 +0000 (17:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 30 Jun 2012 21:29:45 +0000 (17:29 -0400)
commit4f1e0e402018c92030f33f2b48974c3a8ab212d1
tree386257e99752dc84e999ae163b28c9304de369f7
parent52336a47024e8212be619fcfe28d384777ed7b72
Remove inappropriate semicolons after function definitions.

Solaris Studio warns about this, and some compilers might think it's an
outright syntax error.
src/backend/utils/adt/json.c