forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita4012a6
committed
Rename static function to avoid conflicting names
Commita4fd3aa moved setup_cancel_handler out of psql andexporeted it as a global function. While pg_dump isn't usingthe header it's exported in, having a conflicting name stillrisks causing confusion when grepping the code for callsites,so rename the static function in pg_dump to avoid this.Author: Yugo Nagata <nagata@sraoss.co.jp>Discussion:https://postgr.es/m/20240126094245.cf6718cc659273765f3ab69a@sraoss.co.jp1 parent1e285a5 commita4012a6
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
207 |
| - | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| |||
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
553 |
| - | |
| 553 | + | |
554 | 554 |
| |
555 | 555 |
| |
556 | 556 |
| |
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
608 |
| - | |
| 608 | + | |
609 | 609 |
| |
610 | 610 |
| |
611 | 611 |
| |
| |||
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
708 |
| - | |
| 708 | + | |
709 | 709 |
| |
710 | 710 |
| |
711 | 711 |
| |
| |||
737 | 737 |
| |
738 | 738 |
| |
739 | 739 |
| |
740 |
| - | |
| 740 | + | |
741 | 741 |
| |
742 | 742 |
| |
743 | 743 |
| |
|
0 commit comments
Comments
(0)