mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 22:34:54 -04:00
baef78d96b
Patch by: wieck@sapserv.debis.de (Jan Wieck) One of the design rules of PostgreSQL is extensibility. And to follow this rule means (at least for me) that there should not only be a builtin PL. Instead I would prefer a defined interface for PL implemetations.