Skip to content

Commit 2f955d4

Browse files
CherkashinSergeyza-arthur
authored andcommitted
Fix comment
1 parent 4dd3fd5 commit 2f955d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_variables.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ removeObject(TransObject *object, TransObjectType type)
16961696
/* Remove object from hash table */
16971697
hash_search(hash, object->name, HASH_REMOVE, &found);
16981698

1699-
/* Remove package if it is became empty */
1699+
/* Remove package if it became empty */
17001700
if (type == TRANS_VARIABLE &&
17011701
isObjectChangedInCurrentTrans(&package->transObject) &&
17021702
isPackageEmpty(package))
@@ -1826,7 +1826,7 @@ releaseSavepoint(TransObject *object, TransObjectType type)
18261826
!dlist_has_next(states, dlist_head_node(states)))
18271827
{
18281828
removeObject(object, type);
1829-
/* Remove package if it becomes empty */
1829+
/* Remove package if it became empty */
18301830
if (type == TRANS_VARIABLE)
18311831
{
18321832
Package *pack = ((Variable *) object)->package;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy