forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit03c7f1f

Amit Kapila
Fix inconsistency in determining the timestamp of the db statfile.
We use the timestamp of the global statfile if we are not able todetermine it for a particular database in case the entry for that databasedoesn't exist. However, we were using it even when the statfile iscorrupt.As there is no user reported issue and it is not clear if there is anyimpact of this on actual application so decided not to backpatch.Reported-by: Amit KapilaAuthor: Amit KapilaReviewed-by: Sawada Masahiko, Magnus Hagander and Alvaro HerreraDiscussion:https://postgr.es/m/CAA4eK1J3oTJKyVq6v7K4d3jD+vtnruG9fHRib6UuWWsrwAR6Aw@mail.gmail.com1 parentddd5f6d commit03c7f1f
1 file changed
+11
-6
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5557 | 5557 |
| |
5558 | 5558 |
| |
5559 | 5559 |
| |
5560 |
| - | |
| 5560 | + | |
| 5561 | + | |
5561 | 5562 |
| |
5562 | 5563 |
| |
5563 | 5564 |
| |
| |||
5665 | 5666 |
| |
5666 | 5667 |
| |
5667 | 5668 |
| |
5668 |
| - | |
| 5669 | + | |
| 5670 | + | |
5669 | 5671 |
| |
5670 | 5672 |
| |
5671 | 5673 |
| |
| |||
5684 | 5686 |
| |
5685 | 5687 |
| |
5686 | 5688 |
| |
5687 |
| - | |
5688 |
| - | |
5689 |
| - | |
5690 |
| - | |
| 5689 | + | |
| 5690 | + | |
| 5691 | + | |
| 5692 | + | |
| 5693 | + | |
| 5694 | + | |
| 5695 | + | |
5691 | 5696 |
| |
5692 | 5697 |
| |
5693 | 5698 |
| |
|
0 commit comments
Comments
(0)