Skip to content

Commit d47a11d

Browse files
committed
Add missing enum tag in enum used in nodes
Similar to 983bdc4. Author: Alvaro Herrera <alvherre@alvh.no-ip.org> Discussion: https://www.postgresql.org/message-id/202204191140.3wsbevfhqmu3@alvherre.pgsql
1 parent cfb63b9 commit d47a11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/nodes/parsenodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ typedef enum JsonQuotes
16101610
* JsonTableColumnType -
16111611
* enumeration of JSON_TABLE column types
16121612
*/
1613-
typedef enum
1613+
typedef enum JsonTableColumnType
16141614
{
16151615
JTC_FOR_ORDINALITY,
16161616
JTC_REGULAR,

0 commit comments

Comments
 (0)