Re: Fix a wrong comment in load_file()
cca5507 <cca5507@qq.com>
From: cca5507 <cca5507@qq.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-12-23T05:20:21Z
Lists: pgsql-hackers
> 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? LGTM. -- Regards, ChangAo Chen
Commits
-
Fix some comments related to library unloading
- 7f97b4734f93 18.0 landed