-- Forwarded message -
From: Tony Wayne
Date: Wed, Nov 13, 2024 at 9:07 PM
Subject: Re: pgsql-hack...@postgresql.org VS
pgsql-hackers@lists.postgresql.org
To: Kai Wagner
On Wed, Nov 13, 2024 at 8:55 PM Kai Wagner wrote:
> Hi Tony,
>
> pgsql-hackers@lists.postgres
Hi Hackers,
Can you please tell which mail should we use to send Patches or POCs or
start a discussion?
Regards,
Tony Wayne.
On Wed, Oct 2, 2024 at 8:14 PM Laurenz Albe
wrote:
> On Wed, 2024-10-02 at 16:48 +0800, wenhui qiu wrote:
> > Whenever I check the checkpoint information in a log, most dirty pages
> are written by the checkpoint process
>
> That's exactly how it should be!
>
> is it because if bgwriter frequentl
On Wed, Sep 25, 2024 at 6:36 AM Michael Paquier wrote:
> On Wed, Sep 25, 2024 at 06:19:39AM +0530, Tony Wayne wrote:
> > These changes are for core ,I think it would be better to either move
> whole
> > changes to core or contrib as an extension.
>
> Please avoid top
These changes are for core ,I think it would be better to either move whole
changes to core or contrib as an extension.
On Wed, Sep 25, 2024 at 6:09 AM David G. Johnston <
david.g.johns...@gmail.com> wrote:
> On Tue, Sep 24, 2024 at 5:37 PM Tony Wayne
> wrote:
>
>>
>>
On Wed, Sep 25, 2024 at 6:02 AM Tony Wayne
wrote:
>
> I am new in contributing to postgres. I have a doubt regarding if we want
> to send a patch which has an extension and also has changes in pg source
> also,what's the way to do it?
>
> is git diff enough?
f the idea,if it goes well 🤞 we can move the
changes from extension to pg.
regards,
Tony Wayne
FWIW, maybe it'd be better to start by looking at existing patches and
do a bit of a review, learn how to apply/test those and learn from them.
lets say i have experience in wal,physical replication,buffer management
where can i find patches to review on these topics?
regards
Tony Wayne
O
i am getting linking issues when trying to link libpq with my pg extension
and i am using pg's libpq ,so libpq is built along with pg,so i did this in
my extension's cmakelists.txt
file (GLOB storage_SRC CONFIGURE_DEPENDS "*.cpp" )
add_library(storage OBJECT ${storage_SRC})
target_link_libraries(s