summaryrefslogtreecommitdiff
path: root/src/backend/access
diff options
context:
space:
mode:
authorAlexander Korotkov2018-07-11 14:57:04 +0000
committerAlexander Korotkov2018-07-11 14:57:04 +0000
commitedf59c40dd6f477ca867c8958d9665ab1bff0265 (patch)
tree7e2d22b044df7d98439419e88948845e9d7577ad /src/backend/access
parentf2c587067a8eb9cf1c8f009262381a6576ba3dd0 (diff)
Fix more wrong paths in header comments
It appears that there are more files, whose header comment paths are wrong. So, fix those paths. No backpatching per proposal of Tom Lane. Discussion: https://postgr.es/m/CAPpHfdsJyYbOj59MOQL%2B4XxdcomLSLfLqBtAvwR%2BpsCqj3ELdQ%40mail.gmail.com
Diffstat (limited to 'src/backend/access')
-rw-r--r--src/backend/access/common/bufmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/bufmask.c b/src/backend/access/common/bufmask.c
index 57021f6ca1a..806f28e4211 100644
--- a/src/backend/access/common/bufmask.c
+++ b/src/backend/access/common/bufmask.c
@@ -10,7 +10,7 @@
* Contains common routines required for masking a page.
*
* IDENTIFICATION
- * src/backend/storage/buffer/bufmask.c
+ * src/backend/access/common/bufmask.c
*
*-------------------------------------------------------------------------
*/