aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/lmgr/proc.c')
-rw-r--r--src/backend/storage/lmgr/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/proc.c b/src/backend/storage/lmgr/proc.c
index 9b72829725a..0d8162a2cca 100644
--- a/src/backend/storage/lmgr/proc.c
+++ b/src/backend/storage/lmgr/proc.c
@@ -322,7 +322,7 @@ InitProcGlobal(void)
}
/* Should have consumed exactly the expected amount of fast-path memory. */
- Assert(fpPtr = fpEndPtr);
+ Assert(fpPtr == fpEndPtr);
/*
* Save pointers to the blocks of PGPROC structures reserved for auxiliary