Обсуждение: postmaster/postgres merge for testing

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

postmaster/postgres merge for testing

От
Peter Eisentraut
Дата:
Attached is a patch that merges postmaster and postgres into just a
postmaster command.  I have moved a few things around so it would be
good if someone could test this especially on Windows (just building
and regression test should do it).

(It's a bit weird in that src/backend already contains a postmaster
directory so you can't build a "postmaster" file there.  So in the
build tree it's called postmaster_.  Feel free to make better
suggestions.)

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Вложения

Re: postmaster/postgres merge for testing

От
Tom Lane
Дата:
Peter Eisentraut <peter_e@gmx.net> writes:
> (It's a bit weird in that src/backend already contains a postmaster
> directory so you can't build a "postmaster" file there.  So in the
> build tree it's called postmaster_.  Feel free to make better
> suggestions.)

backend, maybe?  Or just keep calling it postgres at that point.

            regards, tom lane