]> granicus.if.org Git - postgresql/commit
chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.
authorD'Arcy J.M. Cain <darcy@druid.net>
Thu, 29 Aug 2002 12:18:20 +0000 (12:18 +0000)
committerD'Arcy J.M. Cain <darcy@druid.net>
Thu, 29 Aug 2002 12:18:20 +0000 (12:18 +0000)
commit5f97dc3e7c5314ed822940b9831e5153cd6a3593
tree2580988009582beaca2d865b5f3f461cff603a31
parent0308d66a6ab51ddcaf946ec9d0461eaedd6906d8
chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.
This is currently a cosmetic difference but I make the change now in case
the macros diverge one day.
contrib/chkpass/chkpass.c