Skip to content

Commit fb6fad6

Browse files
Fix function reference in comment
Commit a61b1f7 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
1 parent 1993f3f commit fb6fad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ postgresBeginForeignScan(ForeignScanState *node, int eflags)
15111511

15121512
/*
15131513
* Identify which user to do the remote access as. This should match what
1514-
* ExecCheckRTEPerms() does.
1514+
* ExecCheckPermissions() does.
15151515
*/
15161516
userid = OidIsValid(fsplan->checkAsUser) ? fsplan->checkAsUser : GetUserId();
15171517
if (fsplan->scan.scanrelid > 0)

0 commit comments

Comments
 (0)