forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5f1b826
committed
pg_resetwal: Rename function to avoid potential conflict
ReadControlFile() here conflicts with a function of the same name inxlog.c. There is no actual conflict right now, but sincepg_resetwal.c reaches deep inside backend headers, it's possible inthe future.Discussion:https://www.postgresql.org/message-id/e8f86ba5-48f1-a80a-7f1d-b76bcb9c5c47@2ndquadrant.com1 parentec4a785 commit5f1b826
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 |
| - | |
| 396 | + | |
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
| |||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
581 |
| - | |
| 581 | + | |
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
|
0 commit comments
Comments
(0)