Re: Pluggable toaster

From: Nikita Malakhov <hukutoc(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Aleksander Alekseev <aleksander(at)timescale(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Jacob Champion <jchampion(at)timescale(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Greg Stark <stark(at)mit(dot)edu>, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: Re: Pluggable toaster
Date: 2023-01-14 11:47:57
Message-ID: CAN-LCVMmZ2sQQY3si2cSTSCOvW+NGZYsHFSQpkA+=gxFZ_PqyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!
Fails due to recent changes. Working on it.

On Sat, Jan 14, 2023 at 9:56 AM vignesh C <vignesh21(at)gmail(dot)com> wrote:

> On Sun, 8 Jan 2023 at 01:40, Nikita Malakhov <hukutoc(at)gmail(dot)com> wrote:
> >
> > Hi!
> >
> > Thank you for your attention.
> > I've rebased the patchset onto the latest master (from 07.01), but the
> second part is still
> > in pre-patch shape - it is working, but tests are failing due to changes
> in TOAST relations
> > logic - I haven't adapted 'em yet.
>
> The patch does not apply on top of HEAD as in [1], please post a rebased
> patch:
> === Applying patches on top of PostgreSQL commit ID
> c44f6334ca6ff6d242d9eb6742441bc4e1294067 ===
> === expanding ./0002_toaster_default_v25.patch.gz
> === expanding ./0001_toaster_interface_v25.patch.gz
> === expanding ./0004_drop_toaster_v25.patch.gz
> === expanding ./0003_pg_toastrel_control_v25.patch.gz
> === applying patch ./0001_toaster_interface_v25.patch
> ....
> patching file src/include/postgres.h
> Hunk #1 succeeded at 80 with fuzz 2 (offset 4 lines).
> Hunk #2 FAILED at 148.
> Hunk #3 FAILED at 315.
> Hunk #4 FAILED at 344.
> Hunk #5 FAILED at 359.
> 4 out of 5 hunks FAILED -- saving rejects to file
> src/include/postgres.h.rej
>
> [1] - http://cfbot.cputube.org/patch_41_3490.log
>
> Regards,
> Vignesh
>

--
Regards,
Nikita Malakhov
Postgres Professional
https://postgrespro.ru/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nitin Jadhav 2023-01-14 13:40:55 Re: Fix GUC_NO_SHOW_ALL test scenario in 003_check_guc.pl
Previous Message Amit Kapila 2023-01-14 11:47:11 Re: Perform streaming logical transactions by background workers and parallel apply