diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-01-02 13:26:54 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-01-02 13:26:54 +0000 |
commit | a3114e52f6e2ba80ad2236d9f381910d95061e6a (patch) | |
tree | b2e0b0cbed403352cd30c90344819d3f3aa796eb /src/backend/executor/functions.c | |
parent | 184341309ef08523290e18586485d395be0f9893 (diff) | |
download | postgresql-a3114e52f6e2ba80ad2236d9f381910d95061e6a.tar.gz postgresql-a3114e52f6e2ba80ad2236d9f381910d95061e6a.zip |
Split the ecpg translation support into a separate catalog for the ecpg
preprocessor and the library. This is useful for a number of reasons:
* The preprocessor and the library are in some cases installed in separate
packages and used by different classes of users.
* The library MO files need a different versioning scheme to account for the
soname.
* The makefiles are simpler, more robust, and easier to maintain this way.
(NLS web site was prone to break everytime a build rule changes.)
* Translators might choose to focus on the ecpglib, because that is more
user-facing.
* There was virtually no overlap, so nothing is lost.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions