diff options
| author | Robert Haas | 2017-11-29 14:24:24 +0000 |
|---|---|---|
| committer | Robert Haas | 2017-11-29 14:24:24 +0000 |
| commit | eaedf0df7197b21182f6c341a44e4fdaa3cd6ea6 (patch) | |
| tree | 710ce791d6a3a329649f0fe438c85f00199035a8 /src/include/utils | |
| parent | 801386af62eac84c13feec5a643c120cf0ce33bd (diff) | |
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
Diffstat (limited to 'src/include/utils')
| -rw-r--r-- | src/include/utils/guc.h | 2 | ||||
| -rw-r--r-- | src/include/utils/memutils.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/guc.h b/src/include/utils/guc.h index aa130cdb847..41335b8e75a 100644 --- a/src/include/utils/guc.h +++ b/src/include/utils/guc.h @@ -245,7 +245,7 @@ extern bool log_btree_build_stats; extern PGDLLIMPORT bool check_function_bodies; extern bool default_with_oids; -extern bool session_auth_is_superuser; +extern bool session_auth_is_superuser; extern int log_min_error_statement; extern int log_min_messages; diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index ff8e5d7d79b..d177b0cc8db 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -157,8 +157,8 @@ extern MemoryContext SlabContextCreate(MemoryContext parent, /* generation.c */ extern MemoryContext GenerationContextCreate(MemoryContext parent, - const char *name, - Size blockSize); + const char *name, + Size blockSize); /* * Recommended default alloc parameters, suitable for "ordinary" contexts |
