diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/storage/sharedfileset.h | 2 | ||||
-rw-r--r-- | src/include/utils/evtcache.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/sharedfileset.h b/src/include/storage/sharedfileset.h index d74c488e590..ed6b178aede 100644 --- a/src/include/storage/sharedfileset.h +++ b/src/include/storage/sharedfileset.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * src/include/storage/sharedfilespace.h + * src/include/storage/sharedfileset.h * *------------------------------------------------------------------------- */ diff --git a/src/include/utils/evtcache.h b/src/include/utils/evtcache.h index 727b6ba5887..0d0dd3d8170 100644 --- a/src/include/utils/evtcache.h +++ b/src/include/utils/evtcache.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * evtcache.c + * evtcache.h * Special-purpose cache for event trigger data. * * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * src/backend/utils/cache/evtcache.c + * src/include/utils/evtcache.h * *------------------------------------------------------------------------- */ |