| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Greg Stark <stark(at)mit(dot)edu> |
| Cc: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Noah Misch <noah(at)leadboat(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Temporary tables versus wraparound... again |
| Date: | 2023-02-05 23:30:57 |
| Message-ID: | 20230205233057.e2243nl44agf7c3i@alap3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On 2023-02-04 17:12:36 +0100, Greg Stark wrote:
> I think that was spurious. It looked good when we looked at it yesterday.
> The rest that failed seemed unrelated and was also taking on my SSL patch
> too.
I don't think the SSL failures are related to the failure of this
patch. That was in one of the new tests executed as part of the main
regression tests:
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/temp.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/temp.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/temp.out 2023-02-04 05:43:14.225905000 +0000
+++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/temp.out 2023-02-04 05:46:57.468250000 +0000
@@ -108,7 +108,7 @@
:old_relfrozenxid <> :new_relfrozenxid AS frozenxid_advanced;
pages_analyzed | pages_reset | tuples_analyzed | tuples_reset | frozenxid_advanced
----------------+-------------+-----------------+--------------+--------------------
- t | t | t | t | t
+ t | t | t | t | f
(1 row)
-- The toast table can't be analyzed so relpages and reltuples can't
Whereas the SSL test once failed in subscription/031_column_list (a test
with some known stability issues) and twice in postgres_fdw.
Unfortunately the postgres_fdw failures are failing to upload:
Hm, I suspect the problem is that we didn't shut down the server due to
the error, so the log file was changing while cirrus was trying to
upload.
Greetings,
Andres Freund
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Corey Huinker | 2023-02-05 23:34:28 | Re: proposal: psql: psql variable BACKEND_PID |
| Previous Message | Corey Huinker | 2023-02-05 23:25:02 | Re: proposal: psql: psql variable BACKEND_PID |