diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-07-30 17:08:52 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-07-30 17:08:52 +0000 |
commit | 42be2c790f013fdd2df37e80eda35648b8016761 (patch) | |
tree | 79680dab087ebc54d6ab94c04006b8531022e430 /src/backend/commands/typecmds.c | |
parent | bac3e83622b588eb449eb4e26c4b1e62e7cca3d5 (diff) | |
download | postgresql-42be2c790f013fdd2df37e80eda35648b8016761.tar.gz postgresql-42be2c790f013fdd2df37e80eda35648b8016761.zip |
Adjust citext to make use of the new ability to declare its type category:
by putting it into the standard string category, we cause casts from citext
to text to be recognized as "preferred" casts. This eliminates the need
for creation of alias functions and operators that only serve to prevent
ambiguous-function errors; get rid of the ones that were in the original
commit.
Diffstat (limited to 'src/backend/commands/typecmds.c')
0 files changed, 0 insertions, 0 deletions