Re: Fix a wrong comment in load_file() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix a wrong comment in load_file()
Date
Msg-id 1255427.1734927331@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix a wrong comment in load_file()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> While on it, I think that we should adjust all these ones too:
> contrib/sepgsql/hooks.c: * Module load/unload callback
> contrib/auto_explain/auto_explain.c:/* Saved hook values in case of
> unload */
> contrib/passwordcheck/passwordcheck.c:/* Saved hook value in case of
> unload */
> contrib/pg_stat_statements/pg_stat_statements.c:/* Saved hook values
> in case of unload */

Check.

> The saved hooks are not here to readjust the stack based on a reload,
> just to make sure that the existing paths loaded are all taken.  I
> would just remove the "in case of unload" part for the last three, and
> "unload" for the first one.  Thoughts?

WFM

            regards, tom lane



pgsql-hackers by date:

Previous
From: Michel Pelletier
Date:
Subject: Re: Using Expanded Objects other than Arrays from plpgsql
Next
From: "章晨曦@易景科技"
Date:
Subject: transaction lost when delete clog file after normal shutdown