X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Finclude%2Fstorage%2Fbuf.h;h=054f482bd779c4cf80f6956ef3874b80db6b4838;hb=c7b8998ebbf310a156aa38022555a24d98fdbfb4;hp=1367ac7122263524a2c362d03e99ecb019f55efd;hpb=4baaf863eca5412e07a8441b3b7e7482b7a8b21a;p=postgresql diff --git a/src/include/storage/buf.h b/src/include/storage/buf.h index 1367ac7122..054f482bd7 100644 --- a/src/include/storage/buf.h +++ b/src/include/storage/buf.h @@ -4,7 +4,7 @@ * Basic buffer manager data types. * * - * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/storage/buf.h @@ -43,4 +43,4 @@ typedef int Buffer; */ typedef struct BufferAccessStrategyData *BufferAccessStrategy; -#endif /* BUF_H */ +#endif /* BUF_H */