Fix unmatched file identifications

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема Fix unmatched file identifications
Дата
Msg-id CAD21AoASq93KPiNxipPaTCzEdsnxT9665UesOnWcKhmX9Qfx6A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fix unmatched file identifications  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers
Hi,

I found that there are two .c and .h files whose identification in the
header comment doesn't match its actual path.

src/include/common/compression.h has:

  * IDENTIFICATION
  *        src/common/compression.h
  *-------------------------------------------------------------------------

src/fe_utils/cancel.c has:

  * src/fe-utils/cancel.c
  *
  *------------------------------------------------------------------------

The attached small patch fixes them.

Regards,

-- 
Masahiko Sawada
EDB:  https://www.enterprisedb.com/

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg15b2: large objects lost on upgrade
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: optimize lookups in snapshot [sub]xip arrays