]> granicus.if.org Git - postgresql/blobdiff - src/include/catalog/pg_sequence.h
Update copyright for 2018
[postgresql] / src / include / catalog / pg_sequence.h
index 26d2993674f868e2a692e1b96243fc27d322f6f3..a78417eaeb52a2d2e241b2516c991742df6b34c1 100644 (file)
@@ -1,3 +1,13 @@
+/* -------------------------------------------------------------------------
+ *
+ * pg_sequence.h
+ *       definition of the system "sequence" relation (pg_sequence)
+ *
+ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1994, Regents of the University of California
+ *
+ * -------------------------------------------------------------------------
+ */
 #ifndef PG_SEQUENCE_H
 #define PG_SEQUENCE_H
 
@@ -29,4 +39,4 @@ typedef FormData_pg_sequence *Form_pg_sequence;
 #define Anum_pg_sequence_seqcache              7
 #define Anum_pg_sequence_seqcycle              8
 
-#endif   /* PG_SEQUENCE_H */
+#endif                                                 /* PG_SEQUENCE_H */