1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-21 16:02:15 +03:00

Cleanup of <> and ""

This commit is contained in:
Bruce Momjian
2000-05-29 21:25:07 +00:00
parent 6ed00fee53
commit 6c944bf3cc
35 changed files with 79 additions and 79 deletions

View File

@ -10,11 +10,11 @@
* didn't really belong there.
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.37 2000/04/12 17:17:15 momjian Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-print.c,v 1.38 2000/05/29 21:25:04 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <postgres.h>
#include "postgres.h"
#include <signal.h>
#include "libpq-fe.h"