Thanks to visit codestin.com Credit goes to github.com
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 3f74992 commit fc65458Copy full SHA for fc65458
src/backend/access/transam/twophase.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.5 2005/06/19 21:34:01 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.6 2005/06/19 22:34:56 tgl Exp $
11
12
* NOTES
13
* Each global transaction is associated with a global transaction
@@ -36,9 +36,10 @@
36
*/
37
#include "postgres.h"
38
39
-#include <sys/types.h>
40
-#include <sys/stat.h>
41
#include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
42
+#include <time.h>
43
#include <unistd.h>
44
45
#include "access/heapam.h"
0 commit comments