diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2018-07-11 17:57:04 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2018-07-11 17:57:04 +0300 |
commit | edf59c40dd6f477ca867c8958d9665ab1bff0265 (patch) | |
tree | 7e2d22b044df7d98439419e88948845e9d7577ad /src/backend/utils/mmgr/memdebug.c | |
parent | f2c587067a8eb9cf1c8f009262381a6576ba3dd0 (diff) | |
download | postgresql-edf59c40dd6f477ca867c8958d9665ab1bff0265.tar.gz postgresql-edf59c40dd6f477ca867c8958d9665ab1bff0265.zip |
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/utils/mmgr/memdebug.c')
-rw-r--r-- | src/backend/utils/mmgr/memdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/memdebug.c b/src/backend/utils/mmgr/memdebug.c index d45534d2938..b937b1541b2 100644 --- a/src/backend/utils/mmgr/memdebug.c +++ b/src/backend/utils/mmgr/memdebug.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * src/backend/utils/memdebug.c + * src/backend/utils/mmgr/memdebug.c * * * About CLOBBER_FREED_MEMORY: |