Fix code comment in postgres_fdw.c - Mailing list pgsql-hackers

From Koshi Shibagaki (Fujitsu)
Subject Fix code comment in postgres_fdw.c
Date
Msg-id OS3PR01MB653359ACBE8DBBE29EE2BC71FA909@OS3PR01MB6533.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: Fix code comment in postgres_fdw.c
List 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.koshi@fujitsu.com


Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [BUG] pg_stat_statements and extended query protocol
Next
From: Greg Stark
Date:
Subject: Re: Temporary tables versus wraparound... again