chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.

D'Arcy J.M. Cain <darcy@druid.net>

Commit: 5f97dc3e7c5314ed822940b9831e5153cd6a3593
Author: D'Arcy J.M. Cain <darcy@druid.net>
Date: 2002-08-29T12:18:20Z
Releases: 7.3.1
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.

Files

PathChange+/−
contrib/chkpass/chkpass.c modified +2 −2