mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Remove extraneous comma to satisfy picky compiler
per buildfarm
This commit is contained in:
@ -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* */
|
||||
|
Reference in New Issue
Block a user