diff options
| author | David Rowley | 2024-05-03 14:33:25 +0000 |
|---|---|---|
| committer | David Rowley | 2024-05-03 14:33:25 +0000 |
| commit | a42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch) | |
| tree | 179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/backend/nodes | |
| parent | 4a044b9497093f349605fb9912446c5f1bcf228c (diff) | |
Fix an assortment of typos
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/nodes')
| -rw-r--r-- | src/backend/nodes/queryjumblefuncs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/nodes/queryjumblefuncs.c b/src/backend/nodes/queryjumblefuncs.c index be823a7f8fa..129fb447099 100644 --- a/src/backend/nodes/queryjumblefuncs.c +++ b/src/backend/nodes/queryjumblefuncs.c @@ -57,7 +57,6 @@ static void RecordConstLocation(JumbleState *jstate, int location); static void _jumbleNode(JumbleState *jstate, Node *node); static void _jumbleA_Const(JumbleState *jstate, Node *node); static void _jumbleList(JumbleState *jstate, Node *node); -static void _jumbleRangeTblEntry(JumbleState *jstate, Node *node); /* * Given a possibly multi-statement source string, confine our attention to the |
