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 b44e46c commit 90bdb64Copy full SHA for 90bdb64
src/backend/commands/sequence.c
@@ -3,13 +3,19 @@
3
* sequence.c
4
* PostgreSQL sequences support code.
5
*
6
+ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
7
+ * Portions Copyright (c) 1994, Regents of the University of California
8
+ *
9
10
+ * IDENTIFICATION
11
+ * $Header: /cvsroot/pgsql/src/backend/commands/sequence.c,v 1.46 2000/12/08 20:10:19 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
15
+#include "postgres.h"
16
17
#include <ctype.h>
18
-#include "postgres.h"
-
19
#include "access/heapam.h"
20
#include "commands/creatinh.h"
21
#include "commands/sequence.h"
0 commit comments