diff options
| author | Bruce Momjian | 2011-06-09 18:32:50 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-06-09 18:32:50 +0000 |
| commit | 6560407c7db2c7e32926a46f5fb52175ac10d9e5 (patch) | |
| tree | 9641e538893819410634624a8e0cb86a13d857a6 /src/include/utils | |
| parent | adf43b2b36ca3d7f988933990051c74a4bd0d6f8 (diff) | |
Pgindent run before 9.1 beta2.
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/hsearch.h | 2 | ||||
| -rw-r--r-- | src/include/utils/selfuncs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/hsearch.h b/src/include/utils/hsearch.h index ce54c0a21b..c53d93e396 100644 --- a/src/include/utils/hsearch.h +++ b/src/include/utils/hsearch.h @@ -92,7 +92,7 @@ typedef struct HASHCTL #define HASH_CONTEXT 0x200 /* Set memory allocation context */ #define HASH_COMPARE 0x400 /* Set user defined comparison function */ #define HASH_KEYCOPY 0x800 /* Set user defined key-copying function */ -#define HASH_FIXED_SIZE 0x1000 /* Initial size is a hard limit */ +#define HASH_FIXED_SIZE 0x1000 /* Initial size is a hard limit */ /* max_dsize value to indicate expansible directory */ diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h index dd38a0292f..4208588c2e 100644 --- a/src/include/utils/selfuncs.h +++ b/src/include/utils/selfuncs.h @@ -136,7 +136,7 @@ extern Pattern_Prefix_Status pattern_fixed_prefix(Const *patt, Const **prefix, Const **rest); extern Const *make_greater_string(const Const *str_const, FmgrInfo *ltproc, - Oid collation); + Oid collation); extern Datum eqsel(PG_FUNCTION_ARGS); extern Datum neqsel(PG_FUNCTION_ARGS); |
