X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Finclude%2Fcatalog%2Fpg_sequence.h;h=a78417eaeb52a2d2e241b2516c991742df6b34c1;hb=9d4649ca49416111aee2c84b7e4441a0b7aa2fac;hp=26d2993674f868e2a692e1b96243fc27d322f6f3;hpb=a6fd7b7a5f7bf3a8aa3f3d076cf09d922c1c6dd2;p=postgresql diff --git a/src/include/catalog/pg_sequence.h b/src/include/catalog/pg_sequence.h index 26d2993674..a78417eaeb 100644 --- a/src/include/catalog/pg_sequence.h +++ b/src/include/catalog/pg_sequence.h @@ -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 */