Re: archive modules - Mailing list pgsql-hackers

From talk to ben
Subject Re: archive modules
Date
Msg-id CAPE8EZ7vwLvtHo0mLARMNwKofx1H1h4_CD7j15S022_SvofMuQ@mail.gmail.com
Whole thread Raw
In response to Re: archive modules  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: archive modules
List pgsql-hackers
I think the reason is that only the archiver process loads the library, so
the GUC isn't registered at startup like you'd normally see with
shared_preload_libraries.  IIUC the server will still create a placeholder
GUC during startup for custom parameters, which is why it shows up for SHOW
commands.

Thanks for the quick answer !
That's a little surprising at first but I understand better now.

Will there be a facility to check archive_library gucs later on ? It might come in handy with more
guc rich archive modules.


pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Use outerPlanState macro instead of referring to leffttree
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Add checkpoint and redo LSN to LogCheckpointEnd log message