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_6_19~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5771d8b690e0f1b49bf8fc7f5e5cb8880bcd5ca7;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 bc2f1c3091a..69f422b4d84 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);