Re: [PATCHES] Threading with non-shared libraries

2004-12-15 Thread Peter Eisentraut
Bruce Momjian wrote: OK, it took me a while to figure this out, but it is similar to the problem we have on AIX. AIX shared libraries don't track other libraries needed by the shared library, and non-shared libraries also have no such dependency information. I'm pretty sure that static

Re: [PATCHES] Updated Turkish translations for 8.0.0

2004-12-15 Thread Peter Eisentraut
Devrim GUNDUZ wrote: http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosy alari/postgres-tr.po postgres-tr.po:1:2: parse error http://postgresql.gunduz.org/translation/PostgreSQL-8.0/PgSQL-DilDosy alari/pg_resetxlog-tr.po

Re: [PATCHES] misc new korean po files

2004-12-15 Thread Peter Eisentraut
Korea PostgreSQL Users' Group wrote: I translated 4 files. plz apply them. Done. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command

Re: [PATCHES] Threading fix for AIX

2004-12-15 Thread Bruce Momjian
Bruce Momjian wrote: Zeugswetter Andreas DAZ SD wrote: 1. the snprintf long long int check that uses int64 as variable name which is a typedef in sys/inttypes.h I changed it to ac_int64. Does that help? One more is needed in c-library.m4. OK, done. 2. whether

Re: [PATCHES] Threading with non-shared libraries

2004-12-15 Thread Bruce Momjian
Peter Eisentraut wrote: Bruce Momjian wrote: OK, it took me a while to figure this out, but it is similar to the problem we have on AIX. AIX shared libraries don't track other libraries needed by the shared library, and non-shared libraries also have no such dependency information.

[PATCHES] [WIP] The shared dependency patch

2004-12-15 Thread Alvaro Herrera
Hackers, Here is the current shared dependency patch I promised. (The new files are src/include/catalog/pg_shdepend.h and src/backend/catalog/pg_shdepend.c). The big problem with the current patch is this: -- session 1 BEGIN; DROP USER foo; -- checks dependencies, all is OK