pgsql: Remove extraneous comma to satisfy picky compiler

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove extraneous comma to satisfy picky compiler
Date: 2017-04-07 03:28:56
Message-ID: E1cwKa0-0000Xy-2o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove extraneous comma to satisfy picky compiler

per buildfarm

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/88dd4e48315878263bcf27e0337daf2b3c1991b8

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-04-07 07:30:58 pgsql: Fix typo in comment
Previous Message David Rowley 2017-04-07 03:13:29 Re: pgsql: Identity columns