Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb6fad6

Browse files
Fix function reference in comment
Commita61b1f7 renamed ExecCheckRTEPerms to ExecCheckPermissionsas part of a larger body of work, but missed this comment. Fix byupdating the referenced function name to make the comment the sameas other occurrences.Author: Koshi Shibagaki <shibagaki.koshi@fujitsu.com>Discussion:https://postgr.es/m/OS3PR01MB653359ACBE8DBBE29EE2BC71FA909@OS3PR01MB6533.jpnprd01.prod.outlook.com
1 parent1993f3f commitfb6fad6

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)

[8]ページ先頭

©2009-2025 Movatter.jp