mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
Remove extraneous comma to satisfy picky compiler
per buildfarm
This commit is contained in:
parent
cf35346e81
commit
88dd4e4831
@ -185,7 +185,7 @@ typedef enum TypeCat
|
||||
TYPECAT_SCALAR = 's',
|
||||
TYPECAT_ARRAY = 'a',
|
||||
TYPECAT_COMPOSITE = 'c',
|
||||
TYPECAT_DOMAIN = 'd',
|
||||
TYPECAT_DOMAIN = 'd'
|
||||
} TypeCat;
|
||||
|
||||
/* these two are stolen from hstore / record_out, used in populate_record* */
|
||||
|
Loading…
Reference in New Issue
Block a user