local_preload_libraries converts path to lowercase?

Поиск
Список
Период
Сортировка
От Lou Picciano
Тема local_preload_libraries converts path to lowercase?
Дата
Msg-id 1892486956.1137701276887391864.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
обсуждение исходный текст
Ответы Re: local_preload_libraries converts path to lowercase?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-testers

[TEST REPORT]

[Release]: 9.0beta2

[Test Type]: Application - configuration.

[Test]: Attempt to make use of the 

local_preload_libraries option within postgresql.conf

[Platform]: SUN SPARC 4u Enterprise 450 Quad.


[Parameters]: attempt to use local_preload_libraries = /usr/local/lib/MyFavoriteLib.so.   PG converts entire path to lowercase: /usr/local/lib/myfavoritelib.so.

[Failure]: Yes

[Results]:  The Postgres binary converts the library name - in fact the entire pathname to the library - to lowercase.  Attempt to connect to server using psql results in psql: FATAL:  access to library "/usr/local/lib/myfavoritelib.so" is not allowed - even though permissions are 'permissive'.

[Comments]: (Whether our attempt to reference our preloaded library in this place is correct or not,) that the binary changes the directive to lower case seems odd.

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

Предыдущее
От: Chris Ruprecht
Дата:
Сообщение: Re: 9.0Beta2 Build on Mac (64 bit) of pg_upgrade fails with duplicate symbols
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: local_preload_libraries converts path to lowercase?