mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add missing enum tag in enum used in nodes
Similar to 983bdc4fac
.
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/202204191140.3wsbevfhqmu3@alvherre.pgsql
This commit is contained in:
@ -1610,7 +1610,7 @@ typedef enum JsonQuotes
|
|||||||
* JsonTableColumnType -
|
* JsonTableColumnType -
|
||||||
* enumeration of JSON_TABLE column types
|
* enumeration of JSON_TABLE column types
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum JsonTableColumnType
|
||||||
{
|
{
|
||||||
JTC_FOR_ORDINALITY,
|
JTC_FOR_ORDINALITY,
|
||||||
JTC_REGULAR,
|
JTC_REGULAR,
|
||||||
|
Reference in New Issue
Block a user