mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Make all command-line options of postmaster and postgres the same. See
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00151.php for the complete plan.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.52 2005/12/03 05:51:00 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/access/index/genam.c,v 1.53 2006/01/05 10:07:44 petere Exp $
|
||||
*
|
||||
* NOTES
|
||||
* many of the old access method routines have been turned into
|
||||
@@ -185,7 +185,7 @@ systable_beginscan(Relation heapRelation,
|
||||
Relation irel;
|
||||
|
||||
if (indexOK &&
|
||||
!IsIgnoringSystemIndexes() &&
|
||||
!IgnoreSystemIndexes &&
|
||||
!ReindexIsProcessingIndex(indexId))
|
||||
irel = index_open(indexId);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user