From: | Paul Jungwirth <pj(at)illuminatedcomputing(dot)com> |
---|---|
To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
Cc: | jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, vignesh C <vignesh21(at)gmail(dot)com> |
Subject: | Re: SQL:2011 application time |
Date: | 2025-01-04 21:39:26 |
Message-ID: | 0832f18d-523f-4c15-acb0-338a785150c5@illuminatedcomputing.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 1/2/25 17:47, Paul Jungwirth wrote:
> On 12/10/24 06:40, Peter Eisentraut wrote:
>> On 07.12.24 20:29, Paul Jungwirth wrote:
>>> These five patches all look good to me.
>>>
>>> Note that my tests already include a section for REPLICA IDENTITY FULL, which passed. But the
>>> subscriber was using a SeqScan to look up tuples to update.
>>>
>>> Here are the steps (mostly just because it was confusing for me at first): First in
>>> FindUsableIndexForReplicaIdentityFull, we would call IsIndexUsableForReplicaIdentityFull, get
>>> back false, and decide there was no index to use. Then in FindReplTupleInLocalRel, localidxoid
>>> was 0, so we woudln't call IsIndexUsableForReplicaIdentityFull at all.
>>>
>>> After applying the five patches, I can see that we choose the index and call
>>> IsIndexUsableForReplicaIdentityFull from both sites. This should make applying changes a lot faster.
>>
>> I have committed these. I will continue with reviewing v45-0002 and following now.
>
> Here is a rebase for the remaining patches. There are some small changes, but almost all the work
> was fixing the final PERIOD patch (mostly to work with the new cataloged NOT NULL code).
These updates fix a problem in the unaccent contrib module. When I added a new parameter to
get_func_namespace, I changed a call there. Then I when took out that parameter, I didn't update the
extension again. Otherwise these are the same as the v46 patches.
Yours,
--
Paul ~{:-)
pj(at)illuminatedcomputing(dot)com
Attachment | Content-Type | Size |
---|---|---|
v47-0001-Document-strange-jsonb-sort-order-for-empty-top-.patch | text/x-patch | 3.0 KB |
v47-0002-Add-without_portion-GiST-support-proc.patch | text/x-patch | 41.1 KB |
v47-0003-Fix-NOACTION-temporal-foreign-keys-when-the-refe.patch | text/x-patch | 23.8 KB |
v47-0004-Fix-RESTRICT-temporal-foreign-keys-when-the-refe.patch | text/x-patch | 30.1 KB |
v47-0005-Add-intersect-support-func-for-FOR-PORTION-OF.patch | text/x-patch | 8.2 KB |
v47-0006-Add-UPDATE-DELETE-FOR-PORTION-OF.patch | text/x-patch | 197.1 KB |
v47-0007-Add-CASCADE-SET-NULL-SET-DEFAULT-for-temporal-fo.patch | text/x-patch | 209.8 KB |
v47-0008-Expose-FOR-PORTION-OF-to-plpgsql-triggers.patch | text/x-patch | 13.2 KB |
v47-0009-Add-PERIODs.patch | text/x-patch | 590.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Filip Janus | 2025-01-04 22:40:46 | Re: Proposal: Adding compression of temporary files |
Previous Message | Alena Rybakina | 2025-01-04 20:37:51 | Re: Vacuum statistics |