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

Amit Kapila
In bootstrap mode, don't allow the creation of files if they don't already
exist.In commit'sb9d01fe and3908473, we have added some code where weallowed the creation of files during mdopen even if they didn't existduring the bootstrap mode. The later commit obviates the need for same.This was harmless code till now but with an upcoming feature where we don'tallow to create FSM for small tables, this will needlessly create FSMfiles.Author: John NaylorReviewed-by: Amit KapilaDiscussion:https://www.postgresql.org/message-id/CAJVSVGWvB13PzpbLEecFuGFc5V2fsO736BsdTakPiPAcdMM5tQ@mail.gmail.comhttps://www.postgresql.org/message-id/CAA4eK1KsET6sotf+rzOTQfb83pzVEzVhbQi1nxGFYVstVWXUGw@mail.gmail.com1 parent0803b0a commitd66e366
1 file changed
+8
-25
lines changedLines changed: 8 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
| 313 | + | |
320 | 314 |
| |
321 | 315 |
| |
322 | 316 |
| |
| |||
572 | 566 |
| |
573 | 567 |
| |
574 | 568 |
| |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
580 |
| - | |
581 |
| - | |
582 |
| - | |
583 |
| - | |
| 569 | + | |
| 570 | + | |
584 | 571 |
| |
585 |
| - | |
586 |
| - | |
587 |
| - | |
588 |
| - | |
589 |
| - | |
590 |
| - | |
591 |
| - | |
592 |
| - | |
593 |
| - | |
| 572 | + | |
| 573 | + | |
594 | 574 |
| |
| 575 | + | |
| 576 | + | |
| 577 | + | |
595 | 578 |
| |
596 | 579 |
| |
597 | 580 |
| |
|
0 commit comments
Comments
(0)