Skip to content

Commit

Permalink
Fix timeout value used in XLogWaitForReplayOf
Browse files Browse the repository at this point in the history
The previous value assumed usec precision, while the timeout used is in
milliseconds, causing apparently stuck backends to wait for WAL replay.

This fixes the issue.
  • Loading branch information
MMeent committed Nov 29, 2024
1 parent d01d46c commit a9d616d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion vendor/postgres-v14
Submodule postgres-v14 updated 0 files
2 changes: 1 addition & 1 deletion vendor/postgres-v15
Submodule postgres-v15 updated 0 files
2 changes: 1 addition & 1 deletion vendor/postgres-v16
Submodule postgres-v16 updated 0 files
2 changes: 1 addition & 1 deletion vendor/postgres-v17
Submodule postgres-v17 updated 0 files
8 changes: 4 additions & 4 deletions vendor/revisions.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"v17": [
"17.2",
"3c15b6565f6c8d36d169ed9ea7412cf90cfb2a8f"
"faebe5e5aff5687908504453623778f8515529db"
],
"v16": [
"16.6",
"f5cfc6fa898544050e821ac688adafece1ac3cff"
"13e9e3539419003e79bd9aa29e1bc44f3fd555dd"
],
"v15": [
"15.10",
"aed79ee87b94779cc52ec13e3b74eba6ada93f05"
"d929b9a8b9f32f6fe5a0eac3e6e963f0e44e27e6"
],
"v14": [
"14.15",
"284ae56be2397fd3eaf20777fa220b2d0ad968f5"
"c1989c934d46e04e78b3c496c8a34bcd40ddceeb"
]
}

0 comments on commit a9d616d

Please sign in to comment.