forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6499008
committed
pg_dump: Add const decorations
Add const decorations to the *info arguments of the dump* functions,to clarify that they don't modify that argument. Many other nearbyfunctions modify their arguments, so this can help clarify thesedifferent APIs a bit.Discussion:https://www.postgresql.org/message-id/flat/012d3030-9a2c-99a1-ed2d-988978b5632f%40enterprisedb.com1 parent4ad5611 commit6499008
File tree
4 files changed
+176
-176
lines changed- src/bin/pg_dump
4 files changed
+176
-176
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
| 385 | + | |
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
424 |
| - | |
| 424 | + | |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
|
0 commit comments
Comments
(0)