Fix code comment in postgres_fdw.c

From: "Koshi Shibagaki (Fujitsu)" <shibagaki(dot)koshi(at)fujitsu(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Fix code comment in postgres_fdw.c
Date: 2023-04-05 05:27:48
Message-ID: OS3PR01MB653359ACBE8DBBE29EE2BC71FA909@OS3PR01MB6533.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

This Koshi Shibagaki.
I found out that there is a mistake written in contrib/postgres_fdw/postgres_fdw.c.

Patch file is attached.

The non-existent function name " ExecCheckRTEPerms " was written in
the comment in postgresBeginForeignScan.
This mistake is considered to have occurred at commit ID: a61b1f74.
The function name was changed to "ExecCheckPermissions" and comments
related to this change was fixed,
however only the comment in postgresBeginForeignScan was not fixed.

Best

-----------------------------------------------
Fujitsu Limited
Koshi Shibagaki
shibagaki(dot)koshi(at)fujitsu(dot)com

Attachment Content-Type Size
fix_comment_in_fdw.patch application/octet-stream 561 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2023-04-05 05:41:42 Re: Temporary tables versus wraparound... again
Previous Message Michael Paquier 2023-04-05 04:58:51 Re: [BUG] pg_stat_statements and extended query protocol