diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-02-07 22:16:21 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-02-07 22:16:21 +0100 |
commit | a4012a697e806708172ce23be14c6ffebdf8e460 (patch) | |
tree | 2c3ea6ce8e0015a0b9e2f197b01d7cfd8837b04f /src/backend/commands/dbcommands.c | |
parent | 1e285a5e137ed033d45c63364d90565a3c013b3f (diff) | |
download | postgresql-a4012a697e806708172ce23be14c6ffebdf8e460.tar.gz postgresql-a4012a697e806708172ce23be14c6ffebdf8e460.zip |
Rename static function to avoid conflicting names
Commit a4fd3aa719e moved setup_cancel_handler out of psql and
exporeted it as a global function. While pg_dump isn't using
the header it's exported in, having a conflicting name still
risks 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.jp
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions