From: Tom Lane Date: Tue, 16 Jun 2020 20:41:11 +0000 (-0400) Subject: Doc: fix copy-and-pasteo in ecpg docs. X-Git-Tag: REL9_5_23~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f01103d647b9b01fbd87fbfb9fcb52b6a01573a;p=thirdparty%2Fpostgresql.git Doc: fix copy-and-pasteo in ecpg docs. The synopsis for PGTYPESinterval_free() used the wrong name. Discussion: https://postgr.es/m/159231203030.679.3061023914894071953@wrigleys.postgresql.org --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 6ebbe2c09d2..0bcdc144be5 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -3310,7 +3310,7 @@ interval *PGTYPESinterval_new(void); Release the memory of a previously allocated interval variable. -void PGTYPESinterval_new(interval *intvl); +void PGTYPESinterval_free(interval *intvl);