@@ -1475,8 +1475,6 @@ index_concurrently_build(Oid heapRelationId,
1475
1475
SetUserIdAndSecContext (heapRel -> rd_rel -> relowner ,
1476
1476
save_sec_context |SECURITY_RESTRICTED_OPERATION );
1477
1477
save_nestlevel = NewGUCNestLevel ();
1478
- SetConfigOption ("search_path" ,GUC_SAFE_SEARCH_PATH ,PGC_USERSET ,
1479
- PGC_S_SESSION );
1480
1478
1481
1479
indexRelation = index_open (indexRelationId ,RowExclusiveLock );
1482
1480
@@ -3008,8 +3006,6 @@ index_build(Relation heapRelation,
3008
3006
SetUserIdAndSecContext (heapRelation -> rd_rel -> relowner ,
3009
3007
save_sec_context |SECURITY_RESTRICTED_OPERATION );
3010
3008
save_nestlevel = NewGUCNestLevel ();
3011
- SetConfigOption ("search_path" ,GUC_SAFE_SEARCH_PATH ,PGC_USERSET ,
3012
- PGC_S_SESSION );
3013
3009
3014
3010
/* Set up initial progress report status */
3015
3011
{
@@ -3345,8 +3341,6 @@ validate_index(Oid heapId, Oid indexId, Snapshot snapshot)
3345
3341
SetUserIdAndSecContext (heapRelation -> rd_rel -> relowner ,
3346
3342
save_sec_context |SECURITY_RESTRICTED_OPERATION );
3347
3343
save_nestlevel = NewGUCNestLevel ();
3348
- SetConfigOption ("search_path" ,GUC_SAFE_SEARCH_PATH ,PGC_USERSET ,
3349
- PGC_S_SESSION );
3350
3344
3351
3345
indexRelation = index_open (indexId ,RowExclusiveLock );
3352
3346
@@ -3607,8 +3601,6 @@ reindex_index(Oid indexId, bool skip_constraint_checks, char persistence,
3607
3601
SetUserIdAndSecContext (heapRelation -> rd_rel -> relowner ,
3608
3602
save_sec_context |SECURITY_RESTRICTED_OPERATION );
3609
3603
save_nestlevel = NewGUCNestLevel ();
3610
- SetConfigOption ("search_path" ,GUC_SAFE_SEARCH_PATH ,PGC_USERSET ,
3611
- PGC_S_SESSION );
3612
3604
3613
3605
if (progress )
3614
3606
{