Revert "Enable debug1 while executing 074.bug700_memqcache_segfault."
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 4 Jun 2022 04:23:22 +0000 (13:23 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 4 Jun 2022 04:23:22 +0000 (13:23 +0900)
This reverts commit ce669517c946f36e1663891408ce67b90e0bf605.

Now that the problem was fixed by the commit:

https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=4725950d19ca81d78e3a3994f665fe9a095ddb4c

those debug aid is not necessary anymore.

src/protocol/pool_process_query.c
src/test/regression/tests/074.bug700_memqcache_segfault/test.sh

index ea66ed6289c10d908727783f0ab6f2c5190563f4..bc5bafc7ee59dad2eaf276750f0d0becc4286355 100644 (file)
@@ -5141,9 +5141,6 @@ pool_push_pending_data(POOL_CONNECTION * backend)
        }
 
        num_pending_messages = pool_pending_message_get_message_num_by_backend_id(backend->db_node_id);
-       ereport(DEBUG1,
-                       (errmsg("pool_push_pending_data: num_pending_messages: %d", num_pending_messages)));
-
        num_pushed_messages = 0;
 
        for (;;)
index a26475bae948bb04a46bdb7ed801d777b5da026a..5ad09b9f53d23f425ed759f5495a2e264b0db803 100755 (executable)
@@ -26,7 +26,6 @@ do
     export PGPORT=$PGPOOL_PORT
 
     echo "memory_cache_enabled = on" >> etc/pgpool.conf
-    echo "log_min_messages = debug1" >> etc/pgpool.conf
     ./startall
     wait_for_pgpool_startup