Обсуждение: Harmless space allocation typo

Поиск
Список
Период
Сортировка

Harmless space allocation typo

От
Heikki Linnakangas
Дата:
Here's a tiny fix for a harmless typo in catalog.c:

Too much space is allocated for tablespace file path, I guess the
directory name used to be "pg_tablespaces" instead of "pg_tblspc" at some
point.

- Heikki

Вложения

Re: Harmless space allocation typo

От
Neil Conway
Дата:
Heikki Linnakangas wrote:
> Here's a tiny fix for a harmless typo in catalog.c

Applied, thanks.

-Neil