Re: [GENERAL] Re: Using different GCC, CFLAGS, CCFLAGS and CPPFLAGS to compile Postgres and PostGIS?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Re: Using different GCC, CFLAGS, CCFLAGS and CPPFLAGS to compile Postgres and PostGIS?
Дата
Msg-id 1556.1486012839@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] Re: Using different GCC, CFLAGS, CCFLAGS and CPPFLAGS to compilePostgres and PostGIS?  (postgres user <postgresuser1989@gmail.com>)
Список pgsql-general
postgres user <postgresuser1989@gmail.com> writes:
> Also can you explain if I built Postgres from source on one platform lets
> say RHEL_6 and deployed its artifacts like its binaries, libs and share on
> a CentOS

In general I would not expect that to work.  RHEL to CentOS is a special
case because they're really the same platform --- if it didn't work, you'd
have grounds to file a bug against the CentOS maintainers.  But, say, RHEL
to Debian likely wouldn't work, and neither set of maintainers would
consider an ABI-compatibility complaint to be a valid bug.

> and tried building extensions against Postgres on CentOS are there
> any dangers of doing that?

Doesn't matter if the core system itself doesn't work, which it wouldn't
in cross-platform cases.

            regards, tom lane


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

Предыдущее
От: postgres user
Дата:
Сообщение: [GENERAL] Re: Using different GCC, CFLAGS, CCFLAGS and CPPFLAGS to compilePostgres and PostGIS?
Следующее
От: alexanderfelipewo
Дата:
Сообщение: [GENERAL] pgbouncer increase pool_size, reload does not work