Created
November 8, 2017 02:11
-
-
Save jdell64/66246b80849411e8f4ba4edc2762942d to your computer and use it in GitHub Desktop.
postgres trace could not accept SSL connection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOCATION: StartupXLOG, xlog.c:6000 | |
DEBUG: 00000: checkpoint record is at 0/167F048 | |
LOCATION: StartupXLOG, xlog.c:6271 | |
DEBUG: 00000: redo record is at 0/167F048; shutdown TRUE | |
LOCATION: StartupXLOG, xlog.c:6362 | |
DEBUG: 00000: next transaction ID: 0:639; next OID: 24972 | |
LOCATION: StartupXLOG, xlog.c:6366 | |
DEBUG: 00000: next MultiXactId: 1; next MultiXactOffset: 0 | |
LOCATION: StartupXLOG, xlog.c:6369 | |
DEBUG: 00000: oldest unfrozen transaction ID: 579, in database 1 | |
LOCATION: StartupXLOG, xlog.c:6372 | |
DEBUG: 00000: oldest MultiXactId: 1, in database 1 | |
LOCATION: StartupXLOG, xlog.c:6375 | |
DEBUG: 00000: commit timestamp Xid oldest/newest: 0/0 | |
LOCATION: StartupXLOG, xlog.c:6379 | |
DEBUG: 00000: transaction ID wrap limit is 2147484226, limited by database with OID 1 | |
LOCATION: SetTransactionIdLimit, varsup.c:347 | |
DEBUG: 00000: MultiXactId wrap limit is 2147483648, limited by database with OID 1 | |
LOCATION: SetMultiXactIdLimit, multixact.c:2265 | |
DEBUG: 00000: starting up replication slots | |
LOCATION: StartupReplicationSlots, slot.c:914 | |
DEBUG: 00000: MultiXactId wrap limit is 2147483648, limited by database with OID 1 | |
LOCATION: SetMultiXactIdLimit, multixact.c:2265 | |
LOG: 00000: MultiXact member wraparound protections are now enabled | |
LOCATION: SetOffsetVacuumLimit, multixact.c:2624 | |
DEBUG: 00000: MultiXact member stop limit is now 4294914944 based on MultiXact 1 | |
LOCATION: SetOffsetVacuumLimit, multixact.c:2627 | |
DEBUG: 00000: shmem_exit(0): 1 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 3 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 2 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: reaping dead processes | |
LOCATION: reaper, postmaster.c:2731 | |
LOG: 00000: database system is ready to accept connections | |
LOCATION: reaper, postmaster.c:2838 | |
DEBUG: 00000: checkpointer updated shared memory configuration values | |
LOCATION: UpdateSharedMemoryConfig, checkpointer.c:1352 | |
LOG: 00000: autovacuum launcher started | |
LOCATION: AutoVacLauncherMain, autovacuum.c:416 | |
DEBUG: 00000: InitPostgres | |
LOCATION: InitPostgres, postinit.c:566 | |
DEBUG: 00000: my backend ID is 1 | |
LOCATION: SharedInvalBackendInit, sinvaladt.c:324 | |
DEBUG: 00000: StartTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
DEBUG: 00000: name: unnamed; blockState: DEFAULT; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
DEBUG: 00000: CommitTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
DEBUG: 00000: name: unnamed; blockState: STARTED; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
DEBUG: 00000: removing permanent stats file "pg_stat/db_24801.stat" | |
LOCATION: pgstat_read_db_statsfile, pgstat.c:4575 | |
DEBUG: 00000: removing permanent stats file "pg_stat/db_12439.stat" | |
LOCATION: pgstat_read_db_statsfile, pgstat.c:4575 | |
DEBUG: 00000: removing permanent stats file "pg_stat/db_0.stat" | |
LOCATION: pgstat_read_db_statsfile, pgstat.c:4575 | |
DEBUG: 00000: removing permanent stats file "pg_stat/global.stat" | |
LOCATION: pgstat_read_statsfiles, pgstat.c:4413 | |
DEBUG: 00000: received inquiry for database 0 | |
LOCATION: pgstat_recv_inquiry, pgstat.c:4896 | |
DEBUG: 00000: writing stats file "pg_stat_tmp/global.stat" | |
LOCATION: pgstat_write_statsfiles, pgstat.c:3940 | |
DEBUG: 00000: writing stats file "pg_stat_tmp/db_0.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4097 | |
DEBUG: 00000: forked new backend, pid=9040 socket=10 | |
LOCATION: BackendStartup, postmaster.c:3990 | |
LOG: 08P01: could not accept SSL connection: EOF detected | |
LOCATION: be_tls_open_server, be-secure-openssl.c:444 | |
DEBUG: 00000: shmem_exit(0): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 1 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: forked new backend, pid=9041 socket=10 | |
LOCATION: BackendStartup, postmaster.c:3990 | |
DEBUG: 00000: reaping dead processes | |
LOCATION: reaper, postmaster.c:2731 | |
DEBUG: 00000: server process (PID 9040) exited with exit code 0 | |
LOCATION: LogChildExit, postmaster.c:3504 | |
DEBUG: 00000: postgres child[9041]: starting with ( | |
LOCATION: BackendRun, postmaster.c:4281 | |
DEBUG: 00000: postgres | |
LOCATION: BackendRun, postmaster.c:4284 | |
DEBUG: 00000: ) | |
LOCATION: BackendRun, postmaster.c:4286 | |
DEBUG: 00000: InitPostgres | |
LOCATION: InitPostgres, postinit.c:566 | |
DEBUG: 00000: my backend ID is 2 | |
LOCATION: SharedInvalBackendInit, sinvaladt.c:324 | |
DEBUG: 00000: StartTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
DEBUG: 00000: name: unnamed; blockState: DEFAULT; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
DEBUG: 00000: received password packet | |
LOCATION: recv_password_packet, auth.c:715 | |
DEBUG: 00000: CommitTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
DEBUG: 00000: name: unnamed; blockState: STARTED; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: BEGIN | |
DEBUG: 00000: StartTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
STATEMENT: BEGIN | |
DEBUG: 00000: name: unnamed; blockState: DEFAULT; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
STATEMENT: BEGIN | |
LOG: 00000: statement: BEGIN | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: BEGIN | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: BEGIN | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: SELECT t.oid, typarray | |
FROM pg_type t JOIN pg_namespace ns | |
ON typnamespace = ns.oid | |
WHERE typname = 'hstore'; | |
LOG: 00000: statement: SELECT t.oid, typarray | |
FROM pg_type t JOIN pg_namespace ns | |
ON typnamespace = ns.oid | |
WHERE typname = 'hstore'; | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: SELECT t.oid, typarray | |
FROM pg_type t JOIN pg_namespace ns | |
ON typnamespace = ns.oid | |
WHERE typname = 'hstore'; | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: ROLLBACK | |
LOG: 00000: statement: ROLLBACK | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: ROLLBACK | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: ROLLBACK | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: BEGIN | |
DEBUG: 00000: StartTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
STATEMENT: BEGIN | |
DEBUG: 00000: name: unnamed; blockState: DEFAULT; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
STATEMENT: BEGIN | |
LOG: 00000: statement: BEGIN | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: BEGIN | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: BEGIN | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: select version() | |
LOG: 00000: statement: select version() | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: select version() | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: select current_schema() | |
LOG: 00000: statement: select current_schema() | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: select current_schema() | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: show transaction isolation level | |
LOG: 00000: statement: show transaction isolation level | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: show transaction isolation level | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: show transaction isolation level | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: SELECT CAST('test plain returns' AS VARCHAR(60)) AS anon_1 | |
LOG: 00000: statement: SELECT CAST('test plain returns' AS VARCHAR(60)) AS anon_1 | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: SELECT CAST('test plain returns' AS VARCHAR(60)) AS anon_1 | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: SELECT CAST('test unicode returns' AS VARCHAR(60)) AS anon_1 | |
LOG: 00000: statement: SELECT CAST('test unicode returns' AS VARCHAR(60)) AS anon_1 | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: SELECT CAST('test unicode returns' AS VARCHAR(60)) AS anon_1 | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: ROLLBACK | |
LOG: 00000: statement: ROLLBACK | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: ROLLBACK | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: ROLLBACK | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: BEGIN | |
DEBUG: 00000: StartTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
STATEMENT: BEGIN | |
DEBUG: 00000: name: unnamed; blockState: DEFAULT; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
STATEMENT: BEGIN | |
LOG: 00000: statement: BEGIN | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: BEGIN | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: BEGIN | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: show standard_conforming_strings | |
LOG: 00000: statement: show standard_conforming_strings | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: show standard_conforming_strings | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: show standard_conforming_strings | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: select relname from pg_class c join pg_namespace n on n.oid=c.relnamespace where pg_catalog.pg_table_is_visible(c.oid) and relname='alembic_version' | |
LOG: 00000: statement: select relname from pg_class c join pg_namespace n on n.oid=c.relnamespace where pg_catalog.pg_table_is_visible(c.oid) and relname='alembic_version' | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: select relname from pg_class c join pg_namespace n on n.oid=c.relnamespace where pg_catalog.pg_table_is_visible(c.oid) and relname='alembic_version' | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: SELECT alembic_version.version_num | |
FROM alembic_version | |
LOG: 00000: statement: SELECT alembic_version.version_num | |
FROM alembic_version | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: SELECT alembic_version.version_num | |
FROM alembic_version | |
DEBUG: 00000: StartTransactionCommand | |
LOCATION: start_xact_command, postgres.c:2423 | |
STATEMENT: COMMIT | |
LOG: 00000: statement: COMMIT | |
LOCATION: exec_simple_query, postgres.c:927 | |
DEBUG: 00000: ProcessUtility | |
LOCATION: PortalRunUtility, pquery.c:1154 | |
STATEMENT: COMMIT | |
DEBUG: 00000: CommitTransactionCommand | |
LOCATION: finish_xact_command, postgres.c:2447 | |
STATEMENT: COMMIT | |
DEBUG: 00000: CommitTransaction | |
LOCATION: ShowTransactionState, xact.c:4963 | |
STATEMENT: COMMIT | |
DEBUG: 00000: name: unnamed; blockState: END; state: INPROGR, xid/subid/cid: 0/1/0, nestlvl: 1, children: | |
LOCATION: ShowTransactionStateRec, xact.c:5001 | |
STATEMENT: COMMIT | |
DEBUG: 00000: shmem_exit(0): 1 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 6 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 3 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: reaping dead processes | |
LOCATION: reaper, postmaster.c:2731 | |
DEBUG: 00000: server process (PID 9041) exited with exit code 0 | |
LOCATION: LogChildExit, postmaster.c:3504 | |
DEBUG: 00000: postmaster received signal 15 | |
LOCATION: pmdie, postmaster.c:2560 | |
LOG: 00000: received smart shutdown request | |
LOCATION: pmdie, postmaster.c:2575 | |
LOG: 00000: autovacuum launcher shutting down | |
LOCATION: AutoVacLauncherMain, autovacuum.c:779 | |
DEBUG: 00000: shmem_exit(0): 1 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 6 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 2 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(0): 1 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 1 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: shmem_exit(0): 3 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: shmem_exit(0): 3 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 2 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: proc_exit(0): 2 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: reaping dead processes | |
LOCATION: reaper, postmaster.c:2731 | |
LOG: 00000: shutting down | |
LOCATION: ShutdownXLOG, xlog.c:8007 | |
DEBUG: 00000: performing replication slot checkpoint | |
LOCATION: CheckPointReplicationSlots, slot.c:878 | |
DEBUG: 00000: attempting to remove WAL segments older than log file 000000000000000000000000 | |
LOCATION: RemoveOldXlogFiles, xlog.c:3688 | |
DEBUG: 00000: SlruScanDirectory invoking callback on pg_subtrans/0000 | |
LOCATION: SlruScanDirectory, slru.c:1389 | |
DEBUG: 00000: shmem_exit(0): 1 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 3 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 2 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: reaping dead processes | |
LOCATION: reaper, postmaster.c:2731 | |
DEBUG: 00000: writing stats file "pg_stat/global.stat" | |
LOCATION: pgstat_write_statsfiles, pgstat.c:3940 | |
DEBUG: 00000: writing stats file "pg_stat/db_24801.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4097 | |
DEBUG: 00000: removing temporary stats file "pg_stat_tmp/db_24801.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4178 | |
DEBUG: 00000: writing stats file "pg_stat/db_12439.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4097 | |
DEBUG: 00000: removing temporary stats file "pg_stat_tmp/db_12439.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4178 | |
DEBUG: 00000: writing stats file "pg_stat/db_0.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4097 | |
DEBUG: 00000: removing temporary stats file "pg_stat_tmp/db_0.stat" | |
LOCATION: pgstat_write_db_statsfile, pgstat.c:4178 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: reaping dead processes | |
LOCATION: reaper, postmaster.c:2731 | |
DEBUG: 00000: shmem_exit(0): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 5 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: cleaning up dynamic shared memory control segment with ID 2132700782 | |
LOCATION: dsm_postmaster_shutdown, dsm.c:389 | |
DEBUG: 00000: proc_exit(0): 2 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
LOG: 00000: database system is shut down | |
LOCATION: UnlinkLockFiles, miscinit.c:755 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: logger shutting down | |
LOCATION: SysLoggerMain, syslogger.c:490 | |
DEBUG: 00000: shmem_exit(0): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(0): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(0): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 | |
DEBUG: 00000: exit(0) | |
LOCATION: proc_exit, ipc.c:141 | |
DEBUG: 00000: shmem_exit(-1): 0 before_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:226 | |
DEBUG: 00000: shmem_exit(-1): 0 on_shmem_exit callbacks to make | |
LOCATION: shmem_exit, ipc.c:259 | |
DEBUG: 00000: proc_exit(-1): 0 callbacks to make | |
LOCATION: proc_exit_prepare, ipc.c:188 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment