pg_logfile_output.txt

text/plain

Filename: pg_logfile_output.txt
Type: text/plain
Part: 0
Message: Re: REL_13_STABLE Windows 10 Regression Failures
2020-10-30 12:16:29.443 PDT [1260] LOG:  starting PostgreSQL 13.0 on x86_64-w64-mingw32, compiled by x86_64-w64-mingw32-gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0, 64-bit^M
2020-10-30 12:16:29.461 PDT [1260] LOG:  listening on IPv6 address "::1", port 5432^M
2020-10-30 12:16:29.461 PDT [1260] LOG:  listening on IPv4 address "127.0.0.1", port 5432^M
2020-10-30 12:16:29.597 PDT [5768] LOG:  database system was shut down at 2020-10-30 12:15:43 PDT
2020-10-30 12:16:29.637 PDT [1260] LOG:  database system is ready to accept connections^M
2020-10-30 12:16:52.268 PDT [4116] ERROR:  syntax error at or near ";" at character 22
2020-10-30 12:16:52.268 PDT [4116] STATEMENT:  CREATE STATISTICS tst;
2020-10-30 12:16:52.293 PDT [4116] ERROR:  syntax error at or near ";" at character 30
2020-10-30 12:16:52.293 PDT [4116] STATEMENT:  CREATE STATISTICS tst ON a, b;
2020-10-30 12:16:52.337 PDT [4116] ERROR:  syntax error at or near "FROM" at character 23
2020-10-30 12:16:52.337 PDT [4116] STATEMENT:  CREATE STATISTICS tst FROM sometab;
2020-10-30 12:16:52.362 PDT [4116] ERROR:  relation "nonexistent" does not exist
2020-10-30 12:16:52.362 PDT [4116] STATEMENT:  CREATE STATISTICS tst ON a, b FROM nonexistent;
2020-10-30 12:16:52.386 PDT [4116] ERROR:  column "a" does not exist
2020-10-30 12:16:52.386 PDT [4116] STATEMENT:  CREATE STATISTICS tst ON a, b FROM pg_class;
2020-10-30 12:16:52.386 PDT [4116] ERROR:  duplicate column name in statistics definition
2020-10-30 12:16:52.386 PDT [4116] STATEMENT:  CREATE STATISTICS tst ON relname, relname, relnatts FROM pg_class;
2020-10-30 12:16:52.435 PDT [1260] LOG:  server process (PID 4116) was terminated by exception 0xC0000028^M
2020-10-30 12:16:52.435 PDT [1260] DETAIL:  Failed process was running: CREATE STATISTICS tst ON relnatts + relpages FROM pg_class;^M
2020-10-30 12:16:52.435 PDT [1260] HINT:  See C include file "ntstatus.h" for a description of the hexadecimal value.^M
2020-10-30 12:16:52.435 PDT [1260] LOG:  terminating any other active server processes^M
2020-10-30 12:16:52.435 PDT [4292] WARNING:  terminating connection because of crash of another server process
2020-10-30 12:16:52.435 PDT [4292] DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server
process exited abnormally and possibly corrupted shared memory.
2020-10-30 12:16:52.435 PDT [4292] HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2020-10-30 12:16:52.505 PDT [1260] LOG:  all server processes terminated; reinitializing^M
2020-10-30 12:16:52.813 PDT [7184] LOG:  database system was interrupted; last known up at 2020-10-30 12:16:29 PDT
2020-10-30 12:16:52.832 PDT [3996] FATAL:  the database system is in recovery mode
2020-10-30 12:16:53.441 PDT [7184] LOG:  database system was not properly shut down; automatic recovery in progress
2020-10-30 12:16:53.441 PDT [7184] LOG:  redo starts at 0/17A47E8
2020-10-30 12:16:53.441 PDT [7184] LOG:  invalid record length at 0/17AE208: wanted 24, got 0
2020-10-30 12:16:53.441 PDT [7184] LOG:  redo done at 0/17AE1A0
2020-10-30 12:16:53.560 PDT [1260] LOG:  database system is ready to accept connections^