[pgpool-committers: 5063] pgpool: Run pgindent.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Aug 17 17:25:35 JST 2018


Run pgindent.

Fix and unify indentation by using PostgreSQL 11's pgindent command.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=dabf4ac3beb0fa5fce5f76328ef235db7ca4de83

Modified Files
--------------
src/auth/auth-scram.c                              |   24 +-
src/auth/md5.c                                     |  112 +-
src/auth/pool_auth.c                               |  936 +++--
src/auth/pool_hba.c                                |  454 +-
src/auth/pool_passwd.c                             |  192 +-
src/config/pool_config_variables.c                 | 3033 +++++++-------
src/context/pool_process_context.c                 |  120 +-
src/context/pool_query_context.c                   |  645 +--
src/context/pool_session_context.c                 |  434 +-
src/include/auth/md5.h                             |    4 +-
src/include/auth/pool_hba.h                        |   30 +-
src/include/auth/pool_passwd.h                     |   31 +-
src/include/auth/scram.h                           |    2 +-
src/include/context/pool_process_context.h         |   40 +-
src/include/context/pool_query_context.h           |  113 +-
src/include/context/pool_session_context.h         |  230 +-
src/include/parser/explain.h                       |   12 +-
src/include/parser/extensible.h                    |    8 +-
src/include/parser/gramparse.h                     |    2 +-
src/include/parser/lockoptions.h                   |    2 +-
src/include/parser/makefuncs.h                     |    2 +-
src/include/parser/nodes.h                         |   14 +-
src/include/parser/parsenodes.h                    |   22 +-
src/include/parser/pg_class.h                      |   49 +-
src/include/parser/pool_parser.h                   |   23 +-
src/include/parser/pool_string.h                   |   20 +-
src/include/parser/primnodes.h                     |   17 +-
src/include/parser/scansup.h                       |    2 +-
src/include/parser/stringinfo.h                    |    6 +-
src/include/pcp/libpcp_ext.h                       |  350 +-
src/include/pcp/pcp.h                              |   40 +-
src/include/pcp/pcp_stream.h                       |   35 +-
src/include/pool.h                                 |  594 +--
src/include/pool_config.h                          |  647 +--
src/include/pool_config_variables.h                |  146 +-
src/include/pool_type.h                            |   81 +-
src/include/protocol/pool_proto_modules.h          |  183 +-
src/include/query_cache/pool_memqcache.h           |  180 +-
src/include/rewrite/pool_lobj.h                    |    6 +-
src/include/rewrite/pool_timestamp.h               |    6 +-
src/include/utils/elog.h                           |   61 +-
src/include/utils/fe_ports.h                       |   67 +-
src/include/utils/getopt_long.h                    |    4 +-
src/include/utils/json.h                           |  389 +-
src/include/utils/json_writer.h                    |   61 +-
src/include/utils/memdebug.h                       |    2 +-
src/include/utils/pool_ip.h                        |   32 +-
src/include/utils/pool_ipc.h                       |    4 +-
src/include/utils/pool_path.h                      |    6 +-
src/include/utils/pool_process_reporting.h         |   34 +-
src/include/utils/pool_relcache.h                  |   65 +-
src/include/utils/pool_select_walker.h             |   46 +-
src/include/utils/pool_signal.h                    |    6 +-
src/include/utils/pool_stream.h                    |   46 +-
src/include/utils/regex_array.h                    |   47 +-
src/include/utils/ssl_utils.h                      |    4 +-
src/include/watchdog/watchdog.h                    |   86 +-
src/include/watchdog/wd_ipc_commands.h             |   40 +-
src/include/watchdog/wd_ipc_defines.h              |   39 +-
src/include/watchdog/wd_json_data.h                |   73 +-
src/include/watchdog/wd_lifecheck.h                |   30 +-
src/include/watchdog/wd_utils.h                    |   29 +-
src/libs/pcp/pcp.c                                 |  940 +++--
src/main/health_check.c                            |  127 +-
src/main/main.c                                    |  342 +-
src/main/pgpool_main.c                             | 1740 ++++----
src/main/pool_globals.c                            |    2 +-
src/parser/copyfuncs.c                             |    6 +-
src/parser/keywords.c                              |    2 +-
src/parser/list.c                                  |   12 +-
src/parser/outfuncs.c                              | 1284 +++---
src/parser/parser.c                                |   17 +-
src/parser/pool_string.c                           |   37 +-
src/pcp_con/pcp_child.c                            |  139 +-
src/pcp_con/pcp_worker.c                           |  636 +--
src/pcp_con/recovery.c                             |  182 +-
src/protocol/CommandComplete.c                     |  133 +-
src/protocol/child.c                               | 1080 ++---
src/protocol/pool_connection_pool.c                |  353 +-
src/protocol/pool_process_query.c                  | 2362 ++++++-----
src/protocol/pool_proto2.c                         |  409 +-
src/protocol/pool_proto_modules.c                  | 1531 +++----
src/query_cache/pool_memqcache.c                   | 1534 +++----
src/rewrite/pool_lobj.c                            |   86 +-
src/rewrite/pool_timestamp.c                       |  443 +-
src/sql/pgpool-recovery/pgpool-recovery.c          |  132 +-
src/sql/pgpool-regclass/pgpool-regclass.c          |   45 +-
src/sql/pgpool_adm/pgpool_adm.c                    |  226 +-
src/sql/pgpool_adm/pgpool_adm.h                    |   10 +-
src/streaming_replication/pool_worker_child.c      |  177 +-
src/test/C/test_extended.c                         |   58 +-
src/test/parser/main.c                             |   26 +-
src/test/parser/pool.h                             |    1 -
.../tests/010.rewrite_timestamp/timestamp/main.c   |  156 +-
src/tools/fe_port.c                                |   54 +-
src/tools/pcp/pcp_frontend_client.c                |  361 +-
src/tools/pgenc/pg_enc.c                           |  147 +-
src/tools/pgmd5/pg_md5.c                           |   68 +-
src/tools/pgproto/buffer.c                         |   32 +-
src/tools/pgproto/buffer.h                         |    2 +-
src/tools/pgproto/extended_query.c                 |  115 +-
src/tools/pgproto/fe_memutils.h                    |    2 +-
src/tools/pgproto/main.c                           |  164 +-
src/tools/pgproto/pgproto.h                        |   17 +-
src/tools/pgproto/read.c                           |  115 +-
src/tools/pgproto/send.c                           |   31 +-
src/utils/error/elog.c                             |  301 +-
src/utils/getopt_long.c                            |    4 +-
src/utils/json.c                                   | 1813 ++++----
src/utils/json_writer.c                            |  155 +-
src/utils/mmgr/mcxt.c                              |    6 +-
src/utils/pcp/pcp_stream.c                         |  371 +-
src/utils/pool_ip.c                                |   85 +-
src/utils/pool_params.c                            |   96 +-
src/utils/pool_path.c                              |   82 +-
src/utils/pool_process_reporting.c                 |  697 ++--
src/utils/pool_relcache.c                          |   95 +-
src/utils/pool_select_walker.c                     |  401 +-
src/utils/pool_sema.c                              |   28 +-
src/utils/pool_shmem.c                             |   36 +-
src/utils/pool_signal.c                            |   29 +-
src/utils/pool_ssl.c                               |  231 +-
src/utils/pool_stream.c                            |  699 ++--
src/utils/ps_status.c                              |   33 +-
src/utils/psprintf.c                               |    2 +-
src/utils/regex_array.c                            |   68 +-
src/utils/ssl_utils.c                              |  133 +-
src/utils/statistics.c                             |   40 +-
src/watchdog/test/stab.c                           |   73 +-
src/watchdog/test/test.c                           |   36 +-
src/watchdog/test/wd_child_t.c                     |   42 +-
src/watchdog/test/wd_lifecheck_t.c                 |   38 +-
src/watchdog/test/wd_packet_t.c                    |   38 +-
src/watchdog/test/wd_ping_t.c                      |   11 +-
src/watchdog/watchdog.c                            | 4337 +++++++++++---------
src/watchdog/wd_commands.c                         |  417 +-
src/watchdog/wd_escalation.c                       |   64 +-
src/watchdog/wd_heartbeat.c                        |  229 +-
src/watchdog/wd_if.c                               |  226 +-
src/watchdog/wd_json_data.c                        |  331 +-
src/watchdog/wd_lifecheck.c                        |  483 ++-
src/watchdog/wd_ping.c                             |  104 +-
src/watchdog/wd_utils.c                            |  117 +-
143 files changed, 19871 insertions(+), 17434 deletions(-)



More information about the pgpool-committers mailing list