forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9ebcb5f
committed
Fix calculation related to temporary WAL segment name in basic_archive
The file name used for its temporary destination, before renaming it tothe real deal, has been using a microseconds in a timestamp aimed to beoriginally in milli-seconds. This is harmless as this is aimed at beinga safeguard against name collisions (note MyProcPid in the name), butlet's be correct with the maths.While on it, add a note in the module's makefile to document whyinstallcheck is not supported.Author: Nathan BossartReviewed-by: Bharath RupireddyDiscussion:https://postgr.es/m/20221014044106.GA1673343@nathanxps13Backpatch-through: 151 parentd4abb0b commit9ebcb5f
2 files changed
+4
-3
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
224 |
| - | |
| 224 | + | |
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
0 commit comments
Comments
(0)