exit loop faster...

This commit is contained in:
Pierre Ducroquet 2023-09-20 16:19:52 +02:00
parent 4a23a61729
commit 277d659296
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ _PG_init(void)
if (strcmp(gucs[i]->name, "search_path") == 0)
{
gucs[i]->flags |= GUC_REPORT;
break;
}
}
#endif