Re: doc examples for pghandler
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mark Wong <mark@2ndquadrant.com>, pgsql-hackers@lists.postgresql.org
Date: 2020-06-13T04:19:17Z
Lists: pgsql-hackers
On Fri, Jun 12, 2020 at 10:13:41PM -0400, Tom Lane wrote: > On second thought, contrib/ is not quite the right place, because we > typically expect modules there to actually get installed, meaning they > have to have at least some end-user usefulness. The right place for > a toy PL handler is probably src/test/modules/; compare for example > src/test/modules/test_parser/, which is serving quite the same sort > of purpose as a skeleton text search parser. +1 for src/test/modules/, and if you can provide some low-level API coverage through this module, that's even better. -- Michael
Commits
-
Add PL/Sample to src/test/modules/
- adbe62d04b36 14.0 landed