diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-01-01 18:01:58 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-01-01 18:01:58 -0500 |
commit | e126958c2efdfc2d60b978d1fc7a780ff647e8ad (patch) | |
tree | 30b5ea1648285f983839f16b79f15af5abfeee0b /src/backend/utils/cache/attoptcache.c | |
parent | 6ba139dc5a8a5cce42f0508c14a8b42f4fb6b1cc (diff) | |
download | postgresql-e126958c2efdfc2d60b978d1fc7a780ff647e8ad.tar.gz postgresql-e126958c2efdfc2d60b978d1fc7a780ff647e8ad.zip |
Update copyright notices for year 2012.
Diffstat (limited to 'src/backend/utils/cache/attoptcache.c')
-rw-r--r-- | src/backend/utils/cache/attoptcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/cache/attoptcache.c b/src/backend/utils/cache/attoptcache.c index 179e6a6cc3d..e01ae212ee3 100644 --- a/src/backend/utils/cache/attoptcache.c +++ b/src/backend/utils/cache/attoptcache.c @@ -6,7 +6,7 @@ * Attribute options are cached separately from the fixed-size portion of * pg_attribute entries, which are handled by the relcache. * - * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION |