Fix function reference in comment

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: fb6fad6ef1bb94b5bfde01a83951ad7eda7764bc
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-04-05T07:06:32Z
Releases: 16.0
Fix function reference in comment

Commit a61b1f748 renamed ExecCheckRTEPerms to ExecCheckPermissions
as part of a larger body of work, but missed this comment.  Fix by
updating the referenced function name to make the comment the same
as other occurrences.

Author: Koshi Shibagaki <shibagaki.koshi@fujitsu.com>
Discussion: https://postgr.es/m/OS3PR01MB653359ACBE8DBBE29EE2BC71FA909@OS3PR01MB6533.jpnprd01.prod.outlook.com

Files

PathChange+/−
contrib/postgres_fdw/postgres_fdw.c modified +1 −1

Discussion