forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit236f1ea
committed
Fix and clarify function comment on LogicalTapeSetCreate.
Commitc4649cc removed the "shared" and "ntapes" arguments, but thecomment still talked about "shared". It also talked about "a sharedfile handle", which was technically correct because even before commitc4649cc, the "shared file handle" referred to the "fileset"argument, not "shared". But it was very confusing. Improve thecomment.Also add a comment on what the "preallocate" argument does.Backpatch to v15, just to make backpatching other patches easier inthe future.Discussion:https://www.postgresql.org/message-id/af989685-91d5-aad4-8f60-1d066b5ec309@enterprisedb.comReviewed-by: Peter Eisentraut1 parent67c5b88 commit236f1ea
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
537 | 537 |
| |
538 | 538 |
| |
539 | 539 |
| |
540 |
| - | |
541 |
| - | |
| 540 | + | |
| 541 | + | |
542 | 542 |
| |
543 |
| - | |
544 |
| - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
545 | 547 |
| |
546 | 548 |
| |
547 | 549 |
| |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
548 | 554 |
| |
549 | 555 |
| |
550 | 556 |
| |
|
0 commit comments
Comments
(0)