Skip to content

Commit 233ccf0

Browse files
committed
Update post
1 parent fcb8b85 commit 233ccf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_posts/2024-01-29-postgresql-55000-error.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ SELECT pg_last_wal_replay_lsn()::varchar
2020
```
2121

2222
It turns out we were actually querying a replica where WAL was enabled, figured that out quite quickly by asking in #postgresql IRC.
23+
(_Well, if you're querying the LSN it obviously means you've got WAL enabled, it's even in the function name! But didn't know it back then. ¯\_(ツ)__)
2324

2425
> 10:49 < Berge> Note that a replica (using WAL replication) is considered to be in recovery
2526

0 commit comments

Comments
 (0)