Skip to content

Commit 3074d07

Browse files
CherkashinSergeyza-arthur
authored andcommitted
Fix using cached variables
1 parent 8a6cbcf commit 3074d07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pg_variables.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,9 @@ removeObject(TransObject *object, TransObjectType type)
16321632

16331633
/* Remove object from hash table */
16341634
hash_search(hash, object->name, HASH_REMOVE, &found);
1635+
1636+
LastPackage = NULL;
1637+
LastVariable = NULL;
16351638
}
16361639

16371640
/*

0 commit comments

Comments
 (0)