From: | Torsten Förtsch <tfoertsch123(at)gmail(dot)com> |
---|---|
To: | "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com> |
Cc: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Corruption or wrong results with 14.10? |
Date: | 2023-11-23 15:34:13 |
Message-ID: | CAKkG4_=OTSyzg2F-Z2MonVOqot+mVi6OEA0j8PqdotVcOuddnw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Nov 23, 2023 at 2:29 PM Daniel Westermann (DWE) <
daniel(dot)westermann(at)dbi-services(dot)com> wrote:
> smrdbprod=# select crart_id, chemin, count(*) from smrr_mgr.formula group
> by crart_id, chemin having count(*) > 1;
> crart_id | chemin | count
> -------------+--------+-------
> 35054630000 | @ | 2
> 4737310000 | @ | 2
> 10632380000 | @ | 2
> 14680880000 | @ | 2
> 4627230000 | @ | 2
> 10993780000 | @ | 2
> ....
>
> I think I know what I have to do.
>
If you have moved the database from a system with glibc <2.28 to >=2.28,
that could be the reason.
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2023-11-23 15:54:34 | Re: Inquiry Regarding Initial Seed for pgsql Protocol Fuzz Testing |
Previous Message | Andreas Kretschmer | 2023-11-23 14:28:46 | Re: Configuration knobs & dials to speed up query optimization |