Regression tests for preload extension - Mailing list pgsql-hackers

From Kevin Grittner
Subject Regression tests for preload extension
Date
Msg-id 4F981B200200002500047384@gw.wicourts.gov
Whole thread Raw
Responses Re: Regression tests for preload extension  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote a little extension to store a few small strings in shared
memory.  It seems to be working fine, and now I would like to write
some regression tests; but it's not immediately obvious to me how I
can do that.  The approach used by, for example, citext doesn't
work, because I don't see how to set shared_preload_libraries for
the server startup.  The existing contrib extensions which preload
either seem to do something ad hoc or skip regression tests
entirely, so I suspect that is my choice; but I figured I should
ask.
-Kevin


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Request to add options to tools/git_changelog
Next
From: Robert Haas
Date:
Subject: Re: Request to add options to tools/git_changelog