Re: Pluggable toaster

From: Greg Stark <stark(at)mit(dot)edu>
To: Nikita Malakhov <hukutoc(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Teodor Sigaev <teodor(at)sigaev(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pluggable toaster
Date: 2022-03-31 20:14:36
Message-ID: CAM-w4HP3xizUywZMh4bhJWgD7_vPcG5C8sU=YzmGCpp-9aX=5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It looks like it's still not actually building on some compilers. I
see a bunch of warnings as well as an error:

[03:53:24.660] dummy_toaster.c:97:2: error: void function
'dummyDelete' should not return a value [-Wreturn-type]

Also the "publication" regression test needs to be adjusted as it
includes \d+ output which has changed to include the toaster.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message James Coleman 2022-03-31 20:19:08 Re: Correct docs re: rewriting indexes when table rewrite is skipped
Previous Message Tomas Vondra 2022-03-31 20:05:30 Re: unlogged sequences