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:
Peter Eisentraut 2022-05-04 17:34:22 +02:00
parent cfb63b994e
commit d47a11da9e
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ typedef enum JsonQuotes
* JsonTableColumnType -
* enumeration of JSON_TABLE column types
*/
typedef enum
typedef enum JsonTableColumnType
{
JTC_FOR_ORDINALITY,
JTC_REGULAR,