diff options
Diffstat (limited to 'src/backend/replication/slot.c')
| -rw-r--r-- | src/backend/replication/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index b514a4d97c5..c036a2c37b6 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -452,7 +452,7 @@ ReplicationSlotAcquire(const char *name, bool nowait) ReplicationSlot *s; int active_pid; - AssertArg(name != NULL); + Assert(name != NULL); retry: Assert(MyReplicationSlot == NULL); |
