aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/functioncmds.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-09-05 23:50:49 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-09-05 23:50:49 +0000
commite0dedd0559f005d60c69c9772163e69c204bac69 (patch)
tree91e033922a669da037acdab9151808bb37020c05 /src/backend/commands/functioncmds.c
parente35e6b1c37c1e52e36218dd3d35a5a2df1f4813f (diff)
downloadpostgresql-e0dedd0559f005d60c69c9772163e69c204bac69.tar.gz
postgresql-e0dedd0559f005d60c69c9772163e69c204bac69.zip
Implement a preliminary 'template' facility for procedural languages,
as per my recent proposal. For now the template data is hard-wired in proclang.c --- this should be replaced later by a new shared system catalog, but we don't want to force initdb during 8.1 beta. This change lets us cleanly load existing dump files even if they contain outright wrong information about a PL's support functions, such as a wrong path to the shared library or a missing validator function. Also, we can revert the recent kluges to make pg_dump dump PL support functions that are stored in pg_catalog. While at it, I removed the code in pg_regress that replaced $libdir with a hardcoded path for temporary installations. This is no longer needed given our support for relocatable installations.
Diffstat (limited to 'src/backend/commands/functioncmds.c')
0 files changed, 0 insertions, 0 deletions