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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user