Re: src/test/modules/test_regex/test_regex.c typo issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: src/test/modules/test_regex/test_regex.c typo issue
Дата
Msg-id 1876415.1675498122@sss.pgh.pa.us
обсуждение исходный текст
Ответ на src/test/modules/test_regex/test_regex.c typo issue  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> in src/test/modules/test_regex/test_regex.c
> ...
> I think "expected" should be replaced with "missing".
> the "missing" should be replaced with "expected".

It looks correct to me as-is.  cpattern->re_info is the
data-under-test, flags->info is the presumed-correct
reference data.

            regards, tom lane



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

Предыдущее
От: jian he
Дата:
Сообщение: src/test/modules/test_regex/test_regex.c typo issue
Следующее
От: "jacktby@gmail.com"
Дата:
Сообщение: How to implement read operations for my own access method?