Skip to content

Commit 67aa0a6

Browse files
committed
Merge branch 'master' of github.com:postgrespro/pg_pathman
2 parents 4f367b7 + 8cfa634 commit 67aa0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pg_pathman.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ handle_binary_opexpr(WalkerContext *context, WrapperNode *result,
863863
TypeCacheEntry *tce;
864864
const PartRelationInfo *prel = context->prel;
865865

866-
Assert(IsA(varnode, Var) || IsA(varnode, RelableType));
866+
Assert(IsA(varnode, Var) || IsA(varnode, RelabelType));
867867

868868
vartype = !IsA(varnode, RelabelType) ?
869869
((Var *) varnode)->vartype :
@@ -1076,7 +1076,7 @@ handle_binary_opexpr_param(const PartRelationInfo *prel,
10761076
int strategy;
10771077
Oid vartype;
10781078

1079-
Assert(IsA(varnode, Var) || IsA(varnode, RelableType));
1079+
Assert(IsA(varnode, Var) || IsA(varnode, RelabelType));
10801080

10811081
vartype = !IsA(varnode, RelabelType) ?
10821082
((Var *) varnode)->vartype :

0 commit comments

Comments
 (0)