forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite9f5a06
committed
Don't use O_SYNC or similar when opening signal file to fsync it.
No need to use get_sync_bit() when we're calling pg_fsync() on the file.We're not writing to the files, so it doesn't make any difference inpractice, but seems less surprising this way.Reviewed-by: Andres FreundDiscussion:https://www.postgresql.org/message-id/b3b71061-4919-e882-4857-27e370ab134a%40iki.fi1 parent0b8ea70 commite9f5a06
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5484 | 5484 |
| |
5485 | 5485 |
| |
5486 | 5486 |
| |
5487 |
| - | |
| 5487 | + | |
5488 | 5488 |
| |
5489 | 5489 |
| |
5490 | 5490 |
| |
| |||
5497 | 5497 |
| |
5498 | 5498 |
| |
5499 | 5499 |
| |
5500 |
| - | |
| 5500 | + | |
5501 | 5501 |
| |
5502 | 5502 |
| |
5503 | 5503 |
| |
|
0 commit comments
Comments
(0)