mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix an assortment of typos
Author: Alexander Lakhin Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user