projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb63b9
)
Add missing enum tag in enum used in nodes
author
Peter Eisentraut
Wed, 4 May 2022 15:34:22 +0000
(17:34 +0200)
committer
Peter Eisentraut
Wed, 4 May 2022 15:34:22 +0000
(17:34 +0200)
Similar to
983bdc4fac492a99bb8ab5a471ca7437139e5cf6
.
Author: Alvaro Herrera
Discussion: https://www.postgresql.org/message-id/
202204191140
[email protected]
src/include/nodes/parsenodes.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/nodes/parsenodes.h
b/src/include/nodes/parsenodes.h
index da02658c815d0f53b60484c5f45296e9b01e83e5..b1f81feb469e9c424cd78602c8c91168514d22a2 100644
(file)
--- a/
src/include/nodes/parsenodes.h
+++ b/
src/include/nodes/parsenodes.h
@@
-1610,7
+1610,7
@@
typedef enum JsonQuotes
* JsonTableColumnType -
* enumeration of JSON_TABLE column types
*/
-typedef enum
+typedef enum
JsonTableColumnType
{
JTC_FOR_ORDINALITY,
JTC_REGULAR,