pgsql: Fix more wrong paths in header comments

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix more wrong paths in header comments
Date: 2018-07-11 15:01:06
Message-ID: E1fdGc7-00023c-01@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/edf59c40dd6f477ca867c8958d9665ab1bff0265

Modified Files
--------------
src/backend/access/common/bufmask.c | 2 +-
src/backend/commands/dropcmds.c | 2 +-
src/backend/jit/llvm/llvmjit_types.c | 2 +-
src/backend/utils/cache/relfilenodemap.c | 2 +-
src/backend/utils/misc/queryenvironment.c | 2 +-
src/backend/utils/mmgr/memdebug.c | 2 +-
src/backend/utils/sort/sharedtuplestore.c | 2 +-
src/common/file_perm.c | 2 +-
src/common/unicode/norm_test.c | 2 +-
src/include/storage/sharedfileset.h | 2 +-
src/include/utils/evtcache.h | 4 ++--
src/interfaces/ecpg/include/sqlda-compat.h | 2 +-
12 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-07-11 16:07:33 pgsql: Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE
Previous Message Alexander Korotkov 2018-07-11 14:55:44 Re: pgsql: Fix wrong file path in header comment