[pgpool-hackers: 345] Re: [pgpool-committers: 1212] pgpool: Apply code reorganization maga patch from Muhammad Usama.

Yugo Nagata nagata at sraoss.co.jp
Wed Aug 14 17:32:44 JST 2013


Hi,

Thanks Usama for nice reorganization. This will help to read and understand 
pgpool codes. 

BTW, I found that pcp directory is remained in the repository root. 
Is this forgotten to be removed?

On Wed, 14 Aug 2013 16:52:14 +0900 (JST)
Tatsuo Ishii <ishii at postgresql.org> wrote:

> Hi pgpool hackers,
> 
> I have applied Usama's code reorganization mega patch to git master
> head as discussed.  Thanks Usama and other people to help out the
> work. There are some notes:
> 
> 1) git log does not show previous hitory before the patch. If you want
>    to see previpus history, use "git log --follow". Note that git repo
>    web interface's "history" button, will not show whole history
>    anymore.
> 
> 2) if your current git working directory will be mess if you checkout
>    master because previous files remain. You can clean them by "git
>    clean -dfx".
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese: http://www.sraoss.co.jp
> 
> > Apply code reorganization maga patch from Muhammad Usama.
> > 
> > Adjust for recent changes in the repository by Tatsuo Ishii.
> > 
> > Branch
> > ------
> > master
> > 
> > Details
> > -------
> > http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7416618654188abf70d5f502a270cd26f373ebf4
> > 
> > Modified Files
> > --------------
> > INSTALL                                            |  371 +-
> > Makefile.am                                        |  159 +-
> > Makefile.in                                        |  546 +-
> > aclocal.m4                                         |   39 +-
> > child.c                                            | 2049 -
> > config.guess                                       |  556 +-
> > config.h.in                                        |  335 -
> > config.sub                                         |  323 +-
> > configure                                          | 3579 +-
> > configure.in                                       |   13 +-
> > depcomp                                            |  286 +-
> > doc/Makefile.am                                    |   41 +
> > doc/Makefile.in                                    |  489 +
> > doc/pgpool.8.in                                    |  121 +
> > getopt_long.c                                      |  200 -
> > getopt_long.h                                      |   44 -
> > install-sh                                         |  680 +-
> > ltmain.sh                                          | 4039 +-
> > m4/libtool.m4                                      | 2275 +-
> > m4/ltoptions.m4                                    |   32 +-
> > m4/ltversion.m4                                    |   12 +-
> > m4/lt~obsolete.m4                                  |   12 +-
> > main.c                                             | 2935 --
> > md5.c                                              |  444 -
> > md5.h                                              |   28 -
> > missing                                            |  201 +-
> > mkinstalldirs                                      |  168 +-
> > parser/Makefile.am                                 |   50 -
> > parser/Makefile.in                                 |  559 -
> > parser/copyfuncs.c                                 | 3310 --
> > parser/gram.c                                      |39100 -------------------
> > parser/gram.h                                      |  940 -
> > parser/gram.y                                      |13408 -------
> > parser/gramparse.h                                 |   74 -
> > parser/keywords.c                                  |   32 -
> > parser/keywords.h                                  |   39 -
> > parser/kwlist.h                                    |  425 -
> > parser/kwlookup.c                                  |   88 -
> > parser/list.c                                      | 1156 -
> > parser/makefuncs.c                                 |  518 -
> > parser/makefuncs.h                                 |   83 -
> > parser/memnodes.h                                  |   79 -
> > parser/nodes.c                                     |   29 -
> > parser/nodes.h                                     |  609 -
> > parser/outfuncs.c                                  | 5790 ---
> > parser/parsenodes.h                                | 2615 --
> > parser/parser.c                                    |  262 -
> > parser/parser.h                                    |   46 -
> > parser/pg_class.h                                  |  158 -
> > parser/pg_config_manual.h                          |  273 -
> > parser/pg_list.h                                   |  352 -
> > parser/pg_trigger.h                                |  147 -
> > parser/pg_wchar.h                                  |  492 -
> > parser/pool_memory.c                               |  342 -
> > parser/pool_memory.h                               |   77 -
> > parser/pool_parser.h                               |  222 -
> > parser/pool_string.c                               |  121 -
> > parser/pool_string.h                               |   37 -
> > parser/primnodes.h                                 | 1280 -
> > parser/scan.c                                      | 4094 --
> > parser/scan.l                                      | 1451 -
> > parser/scanner.h                                   |  120 -
> > parser/scansup.c                                   |  221 -
> > parser/scansup.h                                   |   28 -
> > parser/snprintf.c                                  | 1102 -
> > parser/stringinfo.c                                |  294 -
> > parser/stringinfo.h                                |  178 -
> > parser/value.c                                     |   78 -
> > parser/value.h                                     |   62 -
> > parser/wchar.c                                     | 2048 -
> > pcp.conf.sample                                    |   28 -
> > pcp/Makefile.am                                    |   40 -
> > pcp/Makefile.in                                    |  771 -
> > pcp/libpcp_ext.h                                   |  250 -
> > pcp/pcp.c                                          | 1652 -
> > pcp/pcp.h                                          |   61 -
> > pcp/pcp_attach_node.c                              |  172 -
> > pcp/pcp_detach_node.c                              |  185 -
> > pcp/pcp_error.c                                    |   87 -
> > pcp/pcp_node_count.c                               |  160 -
> > pcp/pcp_node_info.c                                |  198 -
> > pcp/pcp_pool_status.c                              |  166 -
> > pcp/pcp_proc_count.c                               |  166 -
> > pcp/pcp_proc_info.c                                |  261 -
> > pcp/pcp_promote_node.c                             |  185 -
> > pcp/pcp_recovery_node.c                            |  172 -
> > pcp/pcp_stop_pgpool.c                              |  179 -
> > pcp/pcp_stream.c                                   |  385 -
> > pcp/pcp_stream.h                                   |   52 -
> > pcp/pcp_systemdb_info.c                            |  194 -
> > pcp/pcp_watchdog_info.c                            |  211 -
> > pcp_child.c                                        | 1493 -
> > pg_md5.c                                           |  305 -
> > pgpool.8.in                                        |  121 -
> > pgpool.conf                                        |  553 -
> > pgpool.conf.sample                                 |  666 -
> > pgpool.conf.sample-master-slave                    |  665 -
> > pgpool.conf.sample-replication                     |  664 -
> > pgpool.conf.sample-stream                          |  664 -
> > pool.h                                             |  636 -
> > pool_auth.c                                        | 1389 -
> > pool_config.c                                      | 4906 ---
> > pool_config.h                                      |  277 -
> > pool_config.l                                      | 3180 --
> > pool_config_md5.c                                  |   29 -
> > pool_connection_pool.c                             |  812 -
> > pool_error.c                                       |  242 -
> > pool_globals.c                                     |   27 -
> > pool_hba.c                                         | 1471 -
> > pool_hba.conf.sample                               |   67 -
> > pool_ip.c                                          |  567 -
> > pool_ip.h                                          |   65 -
> > pool_ipc.h                                         |   38 -
> > pool_lobj.c                                        |  242 -
> > pool_lobj.h                                        |   32 -
> > pool_memqcache.c                                   | 3797 --
> > pool_memqcache.h                                   |  268 -
> > pool_params.c                                      |  163 -
> > pool_passwd.c                                      |  249 -
> > pool_passwd.h                                      |   41 -
> > pool_path.c                                        |  193 -
> > pool_path.h                                        |   81 -
> > pool_process_context.c                             |  241 -
> > pool_process_context.h                             |   62 -
> > pool_process_query.c                               | 4942 ---
> > pool_process_reporting.c                           | 1662 -
> > pool_process_reporting.h                           |   44 -
> > pool_proto2.c                                      |  671 -
> > pool_proto_modules.c                               | 3422 --
> > pool_proto_modules.h                               |  185 -
> > pool_query_context.c                               | 1674 -
> > pool_query_context.h                               |  105 -
> > pool_relcache.c                                    |  284 -
> > pool_relcache.h                                    |   78 -
> > pool_rewrite_outfuncs.c                            | 9060 -----
> > pool_rewrite_query.c                               |  715 -
> > pool_rewrite_query.h                               |  192 -
> > pool_select_walker.c                               | 1115 -
> > pool_select_walker.h                               |   67 -
> > pool_sema.c                                        |  161 -
> > pool_session_context.c                             |  952 -
> > pool_session_context.h                             |  203 -
> > pool_shmem.c                                       |  183 -
> > pool_signal.c                                      |  158 -
> > pool_signal.h                                      |   61 -
> > pool_ssl.c                                         |  333 -
> > pool_stream.c                                      |  961 -
> > pool_stream.h                                      |   61 -
> > pool_system.c                                      |  659 -
> > pool_timestamp.c                                   | 1213 -
> > pool_timestamp.h                                   |   38 -
> > pool_type.h                                        |  169 -
> > pool_worker_child.c                                |  382 -
> > ps_status.c                                        |  404 -
> > recovery.c                                         |  435 -
> > redhat/pgpool.conf.sample.patch                    |   52 -
> > redhat/pgpool.init                                 |  201 -
> > redhat/pgpool.sysconfig                            |    7 -
> > redhat/rpm_installer/basebackup-replication.sh     |   53 -
> > redhat/rpm_installer/basebackup-stream.sh          |   55 -
> > redhat/rpm_installer/config_for_script             |   17 -
> > redhat/rpm_installer/failover.sh                   |   64 -
> > redhat/rpm_installer/getsources.sh                 |  134 -
> > redhat/rpm_installer/install.sh                    | 1364 -
> > redhat/rpm_installer/pgpool_recovery_pitr          |   47 -
> > redhat/rpm_installer/pgpool_remote_start           |   15 -
> > redhat/rpm_installer/recovery.conf                 |    4 -
> > redhat/rpm_installer/uninstall.sh                  |   57 -
> > sample/dist_def_pgbench.sql                        |   73 -
> > sample/pgpool.pam                                  |    3 -
> > sample/pgpool_recovery                             |   20 -
> > sample/pgpool_recovery_pitr                        |   19 -
> > sample/pgpool_remote_start                         |   13 -
> > sample/replicate_def_pgbench.sql                   |   18 -
> > sql/Makefile                                       |   44 -
> > sql/insert_lock.sql                                |   14 -
> > sql/pgpool-recovery/Makefile                       |   24 -
> > sql/pgpool-recovery/pgpool-recovery.c              |  280 -
> > sql/pgpool-recovery/pgpool-recovery.sql.in         |   19 -
> > sql/pgpool-recovery/pgpool_recovery--1.0.sql       |   24 -
> > sql/pgpool-recovery/pgpool_recovery.control        |    5 -
> > sql/pgpool-recovery/uninstall_pgpool-recovery.sql  |    3 -
> > sql/pgpool-regclass/Makefile                       |   24 -
> > sql/pgpool-regclass/pgpool-regclass.c              |  206 -
> > sql/pgpool-regclass/pgpool-regclass.sql.in         |    4 -
> > sql/pgpool-regclass/pgpool_regclass--1.0.sql       |    7 -
> > sql/pgpool-regclass/pgpool_regclass.control        |    5 -
> > sql/pgpool-regclass/uninstall_pgpool-regclass.sql  |    1 -
> > sql/system_db.sql                                  |   38 -
> > src/Makefile.am                                    |  143 +
> > src/Makefile.in                                    | 1170 +
> > src/auth/md5.c                                     |  444 +
> > src/auth/pool_auth.c                               | 1389 +
> > src/auth/pool_hba.c                                | 1471 +
> > src/auth/pool_passwd.c                             |  249 +
> > src/config/pool_config.c                           | 4906 +++
> > src/config/pool_config.l                           | 3180 ++
> > src/config/pool_config_md5.c                       |   29 +
> > src/context/pool_process_context.c                 |  241 +
> > src/context/pool_query_context.c                   | 1674 +
> > src/context/pool_session_context.c                 |  952 +
> > src/include/Makefile.am                            |    9 +
> > src/include/Makefile.in                            |  396 +
> > src/include/auth/md5.h                             |   28 +
> > src/include/auth/pool_passwd.h                     |   41 +
> > src/include/config.h.in                            |  338 +
> > src/include/context/pool_process_context.h         |   62 +
> > src/include/context/pool_query_context.h           |  105 +
> > src/include/context/pool_session_context.h         |  203 +
> > src/include/parallel_query/pool_rewrite_query.h    |  192 +
> > src/include/parser/gram.h                          |  940 +
> > src/include/parser/gramparse.h                     |   74 +
> > src/include/parser/keywords.h                      |   39 +
> > src/include/parser/kwlist.h                        |  425 +
> > src/include/parser/makefuncs.h                     |   83 +
> > src/include/parser/memnodes.h                      |   79 +
> > src/include/parser/nodes.h                         |  609 +
> > src/include/parser/parsenodes.h                    | 2615 ++
> > src/include/parser/parser.h                        |   46 +
> > src/include/parser/pg_class.h                      |  158 +
> > src/include/parser/pg_config_manual.h              |  273 +
> > src/include/parser/pg_list.h                       |  352 +
> > src/include/parser/pg_trigger.h                    |  147 +
> > src/include/parser/pg_wchar.h                      |  492 +
> > src/include/parser/pool_memory.h                   |   77 +
> > src/include/parser/pool_parser.h                   |  222 +
> > src/include/parser/pool_string.h                   |   37 +
> > src/include/parser/primnodes.h                     | 1280 +
> > src/include/parser/scanner.h                       |  120 +
> > src/include/parser/scansup.h                       |   28 +
> > src/include/parser/stringinfo.h                    |  178 +
> > src/include/parser/value.h                         |   62 +
> > src/include/pcp/libpcp_ext.h                       |  250 +
> > src/include/pcp/pcp.h                              |   61 +
> > src/include/pcp/pcp_stream.h                       |   52 +
> > src/include/pool.h                                 |  636 +
> > src/include/pool_config.h                          |  277 +
> > src/include/pool_type.h                            |  169 +
> > src/include/protocol/pool_proto_modules.h          |  185 +
> > src/include/query_cache/pool_memqcache.h           |  268 +
> > src/include/rewrite/pool_lobj.h                    |   32 +
> > src/include/rewrite/pool_timestamp.h               |   38 +
> > src/include/utils/getopt_long.h                    |   44 +
> > src/include/utils/pool_ip.h                        |   65 +
> > src/include/utils/pool_ipc.h                       |   38 +
> > src/include/utils/pool_path.h                      |   81 +
> > src/include/utils/pool_process_reporting.h         |   44 +
> > src/include/utils/pool_relcache.h                  |   78 +
> > src/include/utils/pool_select_walker.h             |   67 +
> > src/include/utils/pool_signal.h                    |   61 +
> > src/include/utils/pool_stream.h                    |   61 +
> > src/include/version.h                              |    1 +
> > src/include/watchdog/watchdog.h                    |  209 +
> > src/include/watchdog/wd_ext.h                      |  123 +
> > src/libs/Makefile.am                               |    2 +
> > src/libs/Makefile.in                               |  570 +
> > src/libs/pcp/Makefile.am                           |   15 +
> > src/libs/pcp/Makefile.in                           |  576 +
> > src/libs/pcp/pcp.c                                 | 1652 +
> > src/libs/pcp/pcp_error.c                           |   87 +
> > src/libs/pcp/pcp_stream.c                          |  385 +
> > src/main/main.c                                    | 2935 ++
> > src/main/pool_globals.c                            |   27 +
> > src/parallel_query/pool_rewrite_outfuncs.c         | 9060 +++++
> > src/parallel_query/pool_rewrite_query.c            |  715 +
> > src/parser/Makefile.am                             |   30 +
> > src/parser/Makefile.in                             |  541 +
> > src/parser/copyfuncs.c                             | 3310 ++
> > src/parser/gram.c                                  |39150 ++++++++++++++++++++
> > src/parser/gram.y                                  |13408 +++++++
> > src/parser/keywords.c                              |   32 +
> > src/parser/kwlookup.c                              |   88 +
> > src/parser/list.c                                  | 1156 +
> > src/parser/makefuncs.c                             |  518 +
> > src/parser/nodes.c                                 |   29 +
> > src/parser/outfuncs.c                              | 5790 +++
> > src/parser/parser.c                                |  262 +
> > src/parser/pool_memory.c                           |  342 +
> > src/parser/pool_string.c                           |  121 +
> > src/parser/scan.c                                  | 4104 ++
> > src/parser/scan.l                                  | 1451 +
> > src/parser/scansup.c                               |  221 +
> > src/parser/snprintf.c                              | 1102 +
> > src/parser/stringinfo.c                            |  294 +
> > src/parser/value.c                                 |   78 +
> > src/parser/wchar.c                                 | 2048 +
> > src/pcp_con/pcp_child.c                            | 1493 +
> > src/pcp_con/recovery.c                             |  435 +
> > src/protocol/child.c                               | 2049 +
> > src/protocol/pool_connection_pool.c                |  812 +
> > src/protocol/pool_process_query.c                  | 4942 +++
> > src/protocol/pool_proto2.c                         |  671 +
> > src/protocol/pool_proto_modules.c                  | 3422 ++
> > src/query_cache/pool_memqcache.c                   | 3796 ++
> > src/redhat/pgpool.conf.sample.patch                |   52 +
> > src/redhat/pgpool.init                             |  201 +
> > src/redhat/pgpool.sysconfig                        |    7 +
> > src/redhat/rpm_installer/basebackup-replication.sh |   53 +
> > src/redhat/rpm_installer/basebackup-stream.sh      |   55 +
> > src/redhat/rpm_installer/config_for_script         |   17 +
> > src/redhat/rpm_installer/failover.sh               |   64 +
> > src/redhat/rpm_installer/getsources.sh             |  134 +
> > src/redhat/rpm_installer/install.sh                | 1364 +
> > src/redhat/rpm_installer/pgpool_recovery_pitr      |   47 +
> > src/redhat/rpm_installer/pgpool_remote_start       |   15 +
> > src/redhat/rpm_installer/recovery.conf             |    4 +
> > src/redhat/rpm_installer/uninstall.sh              |   57 +
> > src/rewrite/pool_lobj.c                            |  242 +
> > src/rewrite/pool_timestamp.c                       | 1213 +
> > src/sample/dist_def_pgbench.sql                    |   73 +
> > src/sample/pcp.conf.sample                         |   28 +
> > src/sample/pgpool.conf                             |  553 +
> > src/sample/pgpool.conf.sample                      |  666 +
> > src/sample/pgpool.conf.sample-master-slave         |  665 +
> > src/sample/pgpool.conf.sample-replication          |  664 +
> > src/sample/pgpool.conf.sample-stream               |  664 +
> > src/sample/pgpool.pam                              |    3 +
> > src/sample/pgpool_recovery                         |   20 +
> > src/sample/pgpool_recovery_pitr                    |   19 +
> > src/sample/pgpool_remote_start                     |   13 +
> > src/sample/pool_hba.conf.sample                    |   67 +
> > src/sample/replicate_def_pgbench.sql               |   18 +
> > src/sql/insert_lock.sql                            |   14 +
> > src/sql/pgpool-recovery/pgpool-recovery.c          |  280 +
> > src/sql/pgpool-recovery/pgpool-recovery.sql.in     |   19 +
> > src/sql/pgpool-recovery/pgpool_recovery--1.0.sql   |   24 +
> > src/sql/pgpool-recovery/pgpool_recovery.control    |    5 +
> > .../pgpool-recovery/uninstall_pgpool-recovery.sql  |    3 +
> > src/sql/pgpool-regclass/pgpool-regclass.c          |  206 +
> > src/sql/pgpool-regclass/pgpool-regclass.sql.in     |    4 +
> > src/sql/pgpool-regclass/pgpool_regclass--1.0.sql   |    7 +
> > src/sql/pgpool-regclass/pgpool_regclass.control    |    5 +
> > .../pgpool-regclass/uninstall_pgpool-regclass.sql  |    1 +
> > src/sql/system_db.sql                              |   38 +
> > src/streaming_replication/pool_worker_child.c      |  382 +
> > src/system_db/pool_system.c                        |  659 +
> > src/test/C/test_extended.c                         |   98 +
> > src/test/jdbc/.cvsignore                           |    2 +
> > src/test/jdbc/AutoCommitTest.java                  |   45 +
> > src/test/jdbc/BatchTest.java                       |   55 +
> > src/test/jdbc/ColumnTest.java                      |   60 +
> > src/test/jdbc/CreateTempTableTest.java             |   48 +
> > src/test/jdbc/InsertTest.java                      |   34 +
> > src/test/jdbc/LockTest.java                        |   36 +
> > src/test/jdbc/PgpoolTest.java                      |   75 +
> > src/test/jdbc/README.euc_jp                        |   73 +
> > src/test/jdbc/RunTest.java                         |   83 +
> > src/test/jdbc/SelectTest.java                      |   37 +
> > src/test/jdbc/UpdateTest.java                      |   32 +
> > src/test/jdbc/expected/CreateTempTable             |    1 +
> > src/test/jdbc/expected/autocommit                  |   10 +
> > src/test/jdbc/expected/batch                       |    1 +
> > src/test/jdbc/expected/column                      |  100 +
> > src/test/jdbc/expected/insert                      |    1 +
> > src/test/jdbc/expected/lock                        |  100 +
> > src/test/jdbc/expected/select                      |    2 +
> > src/test/jdbc/expected/update                      |    1 +
> > src/test/jdbc/pgpool.properties                    |    7 +
> > src/test/jdbc/prepare.sql                          |   54 +
> > src/test/jdbc/run.sh                               |    6 +
> > src/test/parser/.cvsignore                         |    6 +
> > src/test/parser/README                             |   32 +
> > src/test/parser/expected/copy.out                  |   17 +
> > src/test/parser/expected/create.out                |   64 +
> > src/test/parser/expected/cursor.out                |   37 +
> > src/test/parser/expected/delete.out                |   10 +
> > src/test/parser/expected/drop.out                  |   12 +
> > src/test/parser/expected/insert.out                |   13 +
> > src/test/parser/expected/misc.out                  |   28 +
> > src/test/parser/expected/prepare.out               |    4 +
> > src/test/parser/expected/privileges.out            |   31 +
> > src/test/parser/expected/scanner.out               |   30 +
> > src/test/parser/expected/select.out                |   89 +
> > src/test/parser/expected/transaction.out           |   38 +
> > src/test/parser/expected/update.out                |   11 +
> > src/test/parser/expected/v84.out                   |   37 +
> > src/test/parser/expected/v90.out                   |   25 +
> > src/test/parser/expected/var.out                   |   22 +
> > src/test/parser/input/alter.sql                    |    2 +
> > src/test/parser/input/copy.sql                     |   17 +
> > src/test/parser/input/create.sql                   |   64 +
> > src/test/parser/input/cursor.sql                   |   37 +
> > src/test/parser/input/delete.sql                   |   10 +
> > src/test/parser/input/drop.sql                     |   12 +
> > src/test/parser/input/insert.sql                   |   13 +
> > src/test/parser/input/misc.sql                     |   28 +
> > src/test/parser/input/prepare.sql                  |    4 +
> > src/test/parser/input/privileges.sql               |   31 +
> > src/test/parser/input/scanner.sql                  |   34 +
> > src/test/parser/input/select.sql                   |   89 +
> > src/test/parser/input/transaction.sql              |   38 +
> > src/test/parser/input/update.sql                   |   11 +
> > src/test/parser/input/v84.sql                      |   37 +
> > src/test/parser/input/v90.sql                      |   38 +
> > src/test/parser/input/var.sql                      |   22 +
> > src/test/parser/main.c                             |   96 +
> > src/test/parser/parse_schedule                     |   16 +
> > src/test/parser/pool.h                             |   13 +
> > src/test/parser/run-test                           |   62 +
> > src/test/pdo-test/README.euc_jp                    |   58 +
> > src/test/pdo-test/SQLlist/test1.sql                |    3 +
> > src/test/pdo-test/SQLlist/test2.sql                |    3 +
> > src/test/pdo-test/collections.inc                  |   11 +
> > src/test/pdo-test/def.inc                          |    7 +
> > src/test/pdo-test/mod/database.inc                 |   36 +
> > src/test/pdo-test/mod/errorhandler.inc             |   27 +
> > src/test/pdo-test/pdotest.php                      |   11 +
> > src/test/pdo-test/regsql.inc                       |   56 +
> > src/test/pgpool_setup                              |  892 +
> > src/test/regression/README                         |   39 +
> > src/test/regression/clean.sh                       |   21 +
> > src/test/regression/libs.sh                        |   16 +
> > src/test/regression/regress.sh                     |  166 +
> > src/test/regression/tests/001.load_balance/test.sh |   78 +
> > .../tests/002.native_replication/test.sh           |   56 +
> > src/test/regression/tests/003.failover/expected.r  |    6 +
> > src/test/regression/tests/003.failover/expected.s  |    6 +
> > src/test/regression/tests/003.failover/test.sh     |   45 +
> > src/test/regression/tests/004.watchdog/master.conf |   12 +
> > .../regression/tests/004.watchdog/standby.conf     |   19 +
> > src/test/regression/tests/004.watchdog/test.sh     |   52 +
> > src/test/regression/tests/050.bug58/test.sh        |   50 +
> > src/test/regression/tests/051.bug60/bug.sql        |   12 +
> > .../regression/tests/051.bug60/database-clean.sql  |    6 +
> > .../regression/tests/051.bug60/database-setup.sql  |   28 +
> > src/test/regression/tests/051.bug60/test.sh        |   79 +
> > src/test/regression/tests/052.do_query/test.sh     |   44 +
> > .../regression/tests/053.insert_lock_hangs/test.sh |   81 +
> > src/test/regression/tests/054.postgres_fdw/test.sh |   67 +
> > .../regression/tests/055.backend_all_down/test.sh  |   52 +
> > src/test/regression/tests/056.bug63/jdbctest2.java |   66 +
> > src/test/regression/tests/056.bug63/test.sh        |   47 +
> > src/test/regression/tests/057.bug61/test.sh        |   40 +
> > src/test/regression/tests/058.bug68/jdbctest3.java |   45 +
> > src/test/regression/tests/058.bug68/test.sh        |   47 +
> > src/test/timestamp/expected/insert.out             |   16 +
> > src/test/timestamp/expected/misc.out               |    3 +
> > src/test/timestamp/expected/update.out             |    6 +
> > src/test/timestamp/input/insert.sql                |   16 +
> > src/test/timestamp/input/misc.sql                  |    3 +
> > src/test/timestamp/input/update.sql                |    6 +
> > src/test/timestamp/main.c                          |  129 +
> > src/test/timestamp/parse_schedule                  |    3 +
> > src/test/timestamp/run-test                        |   69 +
> > src/tools/Makefile.am                              |    2 +
> > src/tools/Makefile.in                              |  570 +
> > src/tools/pcp/Makefile.am                          |   40 +
> > src/tools/pcp/Makefile.in                          |  639 +
> > src/tools/pcp/pcp_attach_node.c                    |  172 +
> > src/tools/pcp/pcp_detach_node.c                    |  185 +
> > src/tools/pcp/pcp_node_count.c                     |  160 +
> > src/tools/pcp/pcp_node_info.c                      |  198 +
> > src/tools/pcp/pcp_pool_status.c                    |  166 +
> > src/tools/pcp/pcp_proc_count.c                     |  166 +
> > src/tools/pcp/pcp_proc_info.c                      |  261 +
> > src/tools/pcp/pcp_promote_node.c                   |  185 +
> > src/tools/pcp/pcp_recovery_node.c                  |  172 +
> > src/tools/pcp/pcp_stop_pgpool.c                    |  179 +
> > src/tools/pcp/pcp_systemdb_info.c                  |  194 +
> > src/tools/pcp/pcp_watchdog_info.c                  |  211 +
> > src/tools/pgmd5/Makefile.am                        |   15 +
> > src/tools/pgmd5/Makefile.in                        |  641 +
> > src/tools/pgmd5/pg_md5.c                           |  305 +
> > src/utils/getopt_long.c                            |  200 +
> > src/utils/pool_error.c                             |  242 +
> > src/utils/pool_ip.c                                |  567 +
> > src/utils/pool_params.c                            |  163 +
> > src/utils/pool_path.c                              |  193 +
> > src/utils/pool_process_reporting.c                 | 1662 +
> > src/utils/pool_relcache.c                          |  284 +
> > src/utils/pool_select_walker.c                     | 1115 +
> > src/utils/pool_sema.c                              |  161 +
> > src/utils/pool_shmem.c                             |  183 +
> > src/utils/pool_signal.c                            |  158 +
> > src/utils/pool_ssl.c                               |  333 +
> > src/utils/pool_stream.c                            |  961 +
> > src/utils/ps_status.c                              |  404 +
> > src/utils/strlcpy.c                                |   85 +
> > src/watchdog/Makefile.am                           |   17 +
> > src/watchdog/Makefile.in                           |  505 +
> > src/watchdog/test/stab.c                           |  266 +
> > src/watchdog/test/test.c                           |   85 +
> > src/watchdog/test/wd_child_t.c                     |   87 +
> > src/watchdog/test/wd_lifecheck_t.c                 |   87 +
> > src/watchdog/test/wd_packet_t.c                    |   87 +
> > src/watchdog/test/wd_ping_t.c                      |   20 +
> > src/watchdog/watchdog.c                            |  403 +
> > src/watchdog/wd_child.c                            |  443 +
> > src/watchdog/wd_heartbeat.c                        |  577 +
> > src/watchdog/wd_if.c                               |  213 +
> > src/watchdog/wd_init.c                             |  124 +
> > src/watchdog/wd_interlock.c                        |  337 +
> > src/watchdog/wd_lifecheck.c                        |  509 +
> > src/watchdog/wd_list.c                             |  414 +
> > src/watchdog/wd_packet.c                           | 1134 +
> > src/watchdog/wd_ping.c                             |  325 +
> > strlcpy.c                                          |   85 -
> > test/C/Makefile                                    |   22 -
> > test/C/test_extended.c                             |   98 -
> > test/jdbc/.cvsignore                               |    2 -
> > test/jdbc/AutoCommitTest.java                      |   45 -
> > test/jdbc/BatchTest.java                           |   55 -
> > test/jdbc/ColumnTest.java                          |   60 -
> > test/jdbc/CreateTempTableTest.java                 |   48 -
> > test/jdbc/InsertTest.java                          |   34 -
> > test/jdbc/LockTest.java                            |   36 -
> > test/jdbc/PgpoolTest.java                          |   75 -
> > test/jdbc/README.euc_jp                            |   73 -
> > test/jdbc/RunTest.java                             |   83 -
> > test/jdbc/SelectTest.java                          |   37 -
> > test/jdbc/UpdateTest.java                          |   32 -
> > test/jdbc/expected/CreateTempTable                 |    1 -
> > test/jdbc/expected/autocommit                      |   10 -
> > test/jdbc/expected/batch                           |    1 -
> > test/jdbc/expected/column                          |  100 -
> > test/jdbc/expected/insert                          |    1 -
> > test/jdbc/expected/lock                            |  100 -
> > test/jdbc/expected/select                          |    2 -
> > test/jdbc/expected/update                          |    1 -
> > test/jdbc/pgpool.properties                        |    7 -
> > test/jdbc/prepare.sql                              |   54 -
> > test/jdbc/run.sh                                   |    6 -
> > test/parser/.cvsignore                             |    6 -
> > test/parser/Makefile                               |  108 -
> > test/parser/README                                 |   32 -
> > test/parser/expected/copy.out                      |   17 -
> > test/parser/expected/create.out                    |   64 -
> > test/parser/expected/cursor.out                    |   37 -
> > test/parser/expected/delete.out                    |   10 -
> > test/parser/expected/drop.out                      |   12 -
> > test/parser/expected/insert.out                    |   13 -
> > test/parser/expected/misc.out                      |   28 -
> > test/parser/expected/prepare.out                   |    4 -
> > test/parser/expected/privileges.out                |   31 -
> > test/parser/expected/scanner.out                   |   30 -
> > test/parser/expected/select.out                    |   89 -
> > test/parser/expected/transaction.out               |   38 -
> > test/parser/expected/update.out                    |   11 -
> > test/parser/expected/v84.out                       |   37 -
> > test/parser/expected/v90.out                       |   25 -
> > test/parser/expected/var.out                       |   22 -
> > test/parser/input/alter.sql                        |    2 -
> > test/parser/input/copy.sql                         |   17 -
> > test/parser/input/create.sql                       |   64 -
> > test/parser/input/cursor.sql                       |   37 -
> > test/parser/input/delete.sql                       |   10 -
> > test/parser/input/drop.sql                         |   12 -
> > test/parser/input/insert.sql                       |   13 -
> > test/parser/input/misc.sql                         |   28 -
> > test/parser/input/prepare.sql                      |    4 -
> > test/parser/input/privileges.sql                   |   31 -
> > test/parser/input/scanner.sql                      |   34 -
> > test/parser/input/select.sql                       |   89 -
> > test/parser/input/transaction.sql                  |   38 -
> > test/parser/input/update.sql                       |   11 -
> > test/parser/input/v84.sql                          |   37 -
> > test/parser/input/v90.sql                          |   38 -
> > test/parser/input/var.sql                          |   22 -
> > test/parser/main.c                                 |   96 -
> > test/parser/parse_schedule                         |   16 -
> > test/parser/pool.h                                 |   13 -
> > test/parser/run-test                               |   62 -
> > test/pdo-test/README.euc_jp                        |   58 -
> > test/pdo-test/SQLlist/test1.sql                    |    3 -
> > test/pdo-test/SQLlist/test2.sql                    |    3 -
> > test/pdo-test/collections.inc                      |   11 -
> > test/pdo-test/def.inc                              |    7 -
> > test/pdo-test/mod/database.inc                     |   36 -
> > test/pdo-test/mod/errorhandler.inc                 |   27 -
> > test/pdo-test/pdotest.php                          |   11 -
> > test/pdo-test/regsql.inc                           |   56 -
> > test/pgpool_setup                                  |  892 -
> > test/regression/README                             |   39 -
> > test/regression/clean.sh                           |   21 -
> > test/regression/libs.sh                            |   16 -
> > test/regression/regress.sh                         |  166 -
> > test/regression/tests/001.load_balance/test.sh     |   78 -
> > .../tests/002.native_replication/test.sh           |   56 -
> > test/regression/tests/003.failover/expected.r      |    6 -
> > test/regression/tests/003.failover/expected.s      |    6 -
> > test/regression/tests/003.failover/test.sh         |   45 -
> > test/regression/tests/004.watchdog/master.conf     |   12 -
> > test/regression/tests/004.watchdog/standby.conf    |   19 -
> > test/regression/tests/004.watchdog/test.sh         |   52 -
> > test/regression/tests/050.bug58/test.sh            |   50 -
> > test/regression/tests/051.bug60/bug.sql            |   12 -
> > test/regression/tests/051.bug60/database-clean.sql |    6 -
> > test/regression/tests/051.bug60/database-setup.sql |   28 -
> > test/regression/tests/051.bug60/test.sh            |   79 -
> > test/regression/tests/052.do_query/test.sh         |   44 -
> > .../regression/tests/053.insert_lock_hangs/test.sh |   81 -
> > test/regression/tests/054.postgres_fdw/test.sh     |   67 -
> > test/regression/tests/055.backend_all_down/test.sh |   52 -
> > test/regression/tests/056.bug63/jdbctest2.java     |   66 -
> > test/regression/tests/056.bug63/test.sh            |   47 -
> > test/regression/tests/057.bug61/test.sh            |   40 -
> > test/regression/tests/058.bug68/jdbctest3.java     |   45 -
> > test/regression/tests/058.bug68/test.sh            |   47 -
> > test/timestamp/Makefile                            |   33 -
> > test/timestamp/expected/insert.out                 |   16 -
> > test/timestamp/expected/misc.out                   |    3 -
> > test/timestamp/expected/update.out                 |    6 -
> > test/timestamp/input/insert.sql                    |   16 -
> > test/timestamp/input/misc.sql                      |    3 -
> > test/timestamp/input/update.sql                    |    6 -
> > test/timestamp/main.c                              |  129 -
> > test/timestamp/parse_schedule                      |    3 -
> > test/timestamp/run-test                            |   69 -
> > version.h                                          |    1 -
> > watchdog/Makefile.am                               |   17 -
> > watchdog/Makefile.in                               |  505 -
> > watchdog/test/stab.c                               |  266 -
> > watchdog/test/test.c                               |   85 -
> > watchdog/test/wd_child_t.c                         |   87 -
> > watchdog/test/wd_lifecheck_t.c                     |   87 -
> > watchdog/test/wd_packet_t.c                        |   87 -
> > watchdog/test/wd_ping_t.c                          |   20 -
> > watchdog/watchdog.c                                |  403 -
> > watchdog/watchdog.h                                |  209 -
> > watchdog/wd_child.c                                |  443 -
> > watchdog/wd_ext.h                                  |  123 -
> > watchdog/wd_heartbeat.c                            |  577 -
> > watchdog/wd_if.c                                   |  213 -
> > watchdog/wd_init.c                                 |  124 -
> > watchdog/wd_interlock.c                            |  337 -
> > watchdog/wd_lifecheck.c                            |  509 -
> > watchdog/wd_list.c                                 |  414 -
> > watchdog/wd_packet.c                               | 1134 -
> > watchdog/wd_ping.c                                 |  325 -
> > ylwrap                                             |   47 +-
> > 630 files changed, 175260 insertions(+), 167550 deletions(-)
> > 
> > _______________________________________________
> > pgpool-committers mailing list
> > pgpool-committers at pgpool.net
> > http://www.pgpool.net/mailman/listinfo/pgpool-committers
> _______________________________________________
> pgpool-hackers mailing list
> pgpool-hackers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-hackers


-- 
Yugo Nagata <nagata at sraoss.co.jp>


More information about the pgpool-hackers mailing list