Re: [PG19][PATCH] Make postgres_fdw statistics import atomic - Mailing list pgsql-hackers

From Nikolay Samokhvalov
Subject Re: [PG19][PATCH] Make postgres_fdw statistics import atomic
Date
Msg-id CAM527d-RjPceP1FuPVG1dBnoeAtRVF8NzVPaFaQKVMFYiAT0jg@mail.gmail.com
Whole thread
In response to Re: [PG19][PATCH] Make postgres_fdw statistics import atomic  (Corey Huinker <corey.huinker@gmail.com>)
Responses Re: [PG19][PATCH] Make postgres_fdw statistics import atomic
List pgsql-hackers
Thanks Corey. Shouldn't an empty fallback preserve the old
pg_statistic rows, as analyze normally does? Here a={11}, b={21}
becomes a={111}, b=NULL; deleting the processed rows would not restore
the old state. Nik



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Reject WAIT FOR earlier in transaction-snapshot mode
Next
From: Michael Paquier
Date:
Subject: Re: Support for 8-byte TOAST values, round two