File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.242 2010/01/05 21:53:58 rhaas Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.243 2010/01/06 02:41:37 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -2021,7 +2021,7 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
2021
2021
(see <xref linkend="sql-altertablespace">).
2022
2022
</para>
2023
2023
2024
- <para>
2024
+ <para>
2025
2025
Reducing this value relative to <varname>seq_page_cost</>
2026
2026
will cause the system to prefer index scans; raising it will
2027
2027
make index scans look relatively more expensive. You can raise
Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.85 2010/01/02 16:57:36 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/backend/catalog/catalog.c,v 1.86 2010/01/06 02:41:37 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
43
43
#include "utils/tqual.h"
44
44
45
45
46
- #define OIDCHARS 10 /* max chars printed by %u */
47
46
#define FORKNAMECHARS 4 /* max chars for a fork name */
48
47
49
48
/*
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.45 2010/01/02 16:58:01 momjian Exp $
10
+ * $PostgreSQL: pgsql/src/include/catalog/catalog.h,v 1.46 2010/01/06 02:41:37 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
18
18
#include "storage/relfilenode.h"
19
19
#include "utils/relcache.h"
20
20
21
+ #define OIDCHARS 10 /* max chars printed by %u */
21
22
22
23
extern const char * forkNames [];
23
24
extern ForkNumber forkname_to_number (char * forkName );
You can’t perform that action at this time.
0 commit comments