pgsql: Remove extra comma at end of enum list

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove extra comma at end of enum list
Date: 2016-10-23 13:57:39
Message-ID: E1byJHP-00072R-MP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Remove extra comma at end of enum list

C99-specific feature, and wasn't intentional in the first place.

Per buildfarm member mylodon

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/walmethods.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-10-23 14:02:37 pgsql: Fix walmethods.c build without libz
Previous Message Magnus Hagander 2016-10-23 13:55:31 Re: pgsql: Allow pg_basebackup to stream transaction log in tar mode

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2016-10-23 14:26:28 Re: PATCH: two slab-like memory allocators
Previous Message Michael Paquier 2016-10-23 13:52:39 Re: pg_basebackup stream xlog to tar