We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a472a29 commit e0b772cCopy full SHA for e0b772c
src/include/access/printtup.h
@@ -6,15 +6,15 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: printtup.h,v 1.1 1996/08/27 21:50:19 scrappy Exp $
+ * $Id: printtup.h,v 1.2 1996/11/06 08:52:04 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef PRINTTUP_H
14
#define PRINTTUP_H
15
16
-#include "access/htup.h"
17
-#include "access/tupdesc.h"
+#include <access/htup.h>
+#include <access/tupdesc.h>
18
19
extern Oid typtoout(Oid type);
20
extern void printtup(HeapTuple tuple, TupleDesc typeinfo);
0 commit comments