Fix a wrong comment in load_file()

From: cca5507 <cca5507(at)qq(dot)com>
To: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a wrong comment in load_file()
Date: 2024-12-23 02:58:49
Message-ID: tencent_1D09840A1632D406A610C8C4E2491D74DB0A@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The comment in load_file():

/* If the same shlib has previously been loaded, unload and reload it. */

But we currently don't support to unload a shlib.

Here is a small patch to fix it.

--
Regards,
ChangAo Chen

Attachment Content-Type Size
0001-Fix-a-wrong-comment-in-load_file.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-12-23 03:37:40 Re: wrong comments in ClassifyUtilityCommandAsReadOnly
Previous Message David Rowley 2024-12-23 02:43:09 Re: wrong comments in ClassifyUtilityCommandAsReadOnly