1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-19 15:49:24 +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

@@ -1,11 +1,11 @@
#include <stdlib.h>
#include <string.h>
#include <ecpgtype.h>
#include <ecpglib.h>
#include <ecpgerrno.h>
#include "ecpgtype.h"
#include "ecpglib.h"
#include "ecpgerrno.h"
#include "extern.h"
#include <sqlca.h>
#include "sqlca.h"
bool
get_data(PGresult *results, int act_tuple, int act_field, int lineno,