mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +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_SCALAR = 's',
|
||||||
TYPECAT_ARRAY = 'a',
|
TYPECAT_ARRAY = 'a',
|
||||||
TYPECAT_COMPOSITE = 'c',
|
TYPECAT_COMPOSITE = 'c',
|
||||||
TYPECAT_DOMAIN = 'd',
|
TYPECAT_DOMAIN = 'd'
|
||||||
} TypeCat;
|
} TypeCat;
|
||||||
|
|
||||||
/* these two are stolen from hstore / record_out, used in populate_record* */
|
/* these two are stolen from hstore / record_out, used in populate_record* */
|
||||||
|
Reference in New Issue
Block a user