diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-02-14 12:41:01 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-02-14 12:41:01 -0500 |
commit | fb47544d0ca18312bf0b9e53e335217db5c41a08 (patch) | |
tree | 6b7919d31a7d13069f919d467c639da81c71b259 /src/include/access/bufmask.h | |
parent | e28b1156122f4d48d6f6f7a7f26381ee7af65a91 (diff) | |
download | postgresql-fb47544d0ca18312bf0b9e53e335217db5c41a08.tar.gz postgresql-fb47544d0ca18312bf0b9e53e335217db5c41a08.zip |
Minor fixes for WAL consistency checking.
Michael Paquier, reviewed and slightly revised by me.
Discussion: http://postgr.es/m/CAB7nPqRzCQb=vdfHvMtP0HMLBHU6z1aGdo4GJsUP-HP8jx+Pkw@mail.gmail.com
Diffstat (limited to 'src/include/access/bufmask.h')
-rw-r--r-- | src/include/access/bufmask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/bufmask.h b/src/include/access/bufmask.h index add2dc0cd14..722dfea8d87 100644 --- a/src/include/access/bufmask.h +++ b/src/include/access/bufmask.h @@ -7,7 +7,7 @@ * individual rmgr, but we make things easier by providing some * common routines to handle cases which occur in multiple rmgrs. * - * Portions Copyright (c) 2016, PostgreSQL Global Development Group + * Portions Copyright (c) 2016-2017, PostgreSQL Global Development Group * * src/include/access/bufmask.h * |