mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Manual cleanup of pgindent results.
Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.)
This commit is contained in:
@ -584,7 +584,7 @@ add_indent(StringInfo out, bool indent, int level)
|
||||
*
|
||||
* Given the datatype OID, return its JsonbTypeCategory, as well as the type's
|
||||
* output function OID. If the returned category is JSONBTYPE_JSONCAST,
|
||||
* we return the OID of the relevant cast function instead.
|
||||
* we return the OID of the relevant cast function instead.
|
||||
*/
|
||||
static void
|
||||
jsonb_categorize_type(Oid typoid,
|
||||
|
Reference in New Issue
Block a user