-
+
Server Configuration
(see ).
Reducing this value relative to seq_page_cost>
will cause the system to prefer index scans; raising it will
make index scans look relatively more expensive. You can raise
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.85 2010/01/02 16:57:36 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.86 2010/01/06 02:41:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "utils/tqual.h"
-#define OIDCHARS 10 /* max chars printed by %u */
#define FORKNAMECHARS 4 /* max chars for a fork name */
/*
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.45 2010/01/02 16:58:01 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.46 2010/01/06 02:41:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include "storage/relfilenode.h"
#include "utils/relcache.h"
+#define OIDCHARS 10 /* max chars printed by %u */
extern const char *forkNames[];
extern ForkNumber forkname_to_number(char *forkName);