PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pgtypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void PGTYPESchar_free (char *ptr)
 

Function Documentation

◆ PGTYPESchar_free()

void PGTYPESchar_free ( char *  ptr)

Definition at line 145 of file common.c.

146 {
147  free(ptr);
148 }
#define free(a)
Definition: header.h:65

References free.

Referenced by dump_sqlda(), and main().