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

Commit01fd6f8

Browse files
committed
Try to fix breakage of sepgsql hooks by ENR patch.
Turned up by buildfarm animal rhinoceros. Fixing blind. Will haveto wait for next run by rhinoceros to know whether it worked.
1 parent5970271 commit01fd6f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎contrib/sepgsql/hooks.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include"miscadmin.h"
2323
#include"tcop/utility.h"
2424
#include"utils/guc.h"
25+
#include"utils/queryenvironment.h"
2526

2627
#include"sepgsql.h"
2728

@@ -301,6 +302,7 @@ sepgsql_utility_command(PlannedStmt *pstmt,
301302
constchar*queryString,
302303
ProcessUtilityContextcontext,
303304
ParamListInfoparams,
305+
QueryEnvironment*queryEnv,
304306
DestReceiver*dest,
305307
char*completionTag)
306308
{
@@ -364,11 +366,11 @@ sepgsql_utility_command(PlannedStmt *pstmt,
364366

365367
if (next_ProcessUtility_hook)
366368
(*next_ProcessUtility_hook) (pstmt,queryString,
367-
context,params,
369+
context,params,queryEnv,
368370
dest,completionTag);
369371
else
370372
standard_ProcessUtility(pstmt,queryString,
371-
context,params,
373+
context,params,queryEnv,
372374
dest,completionTag);
373375
}
374376
PG_CATCH();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp