[PATCHES] updated libpq spanish translation

2003-08-24 Thread Alvaro Herrera
One untranslated message ("NOTICE"). Please install. $ msgfmt -c -v po/es.po 99 mensajes traducidos, 1 mensaje sin traducir. -- Alvaro Herrera () Voy a acabar con todos los humanos / con los humanos yo acabaré voy a acabar con todos / con todos los humanos acabaré (Bender) # Spanish message tra

Re: [PATCHES] NLS: Swedish

2003-08-24 Thread Peter Eisentraut
Dennis Björklund writes: > Someone added a couple of strings so an update was is needed. Installed. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your

Re: [PATCHES] NLS: French .po files updated

2003-08-24 Thread Peter Eisentraut
Guillaume LELARGE writes: > Two updated po files. I hope this time they will be 100%... I felt guilty for > the 99% last days :) Installed. Please configure your KBabel so that it does not mess up the header section of the file next time. -- Peter Eisentraut [EMAIL PROTECTED] -

[PATCHES] win32 libpq

2003-08-24 Thread Andreas Pflug
The attached patch allows libpq to be compiled under native win32. It adds the missing thread.c. Additionally, it corrects the option to compile for debugging. Regards, Andreas RCS file: /projects/cvsroot/pgsql-server/src/include/pg_config.h.win32,v retrieving revision 1.11 diff -u -r1.11 pg_conf

[PATCHES] psql spanish l10n

2003-08-24 Thread Alvaro Herrera
Attached is a (new) spanish PO file for psql: $ LANG= msgfmt -v -c po/es.po 269 translated messages, 2 untranslated messages. Please install. Don't forget to add to nls.mk... Thanks. -- Alvaro Herrera () Voy a acabar con todos los humanos / con los humanos yo acabaré voy a acabar con todos /

[PATCHES] 网赚论坛,助您网上创业成功!

2003-08-24 Thread err
pgsql-patches:您好! 欢迎您进入“网赚论坛”!从此您将掀开人生新的一页,告别平庸的昨天; 您将昂首挺胸,带着近乎白手起家的创业硕果,步入上流社会,迎来富有、尊贵 的身份!详情进入>>>: http://www56bbs.126.com 。 祝:财源滚滚! <<---以上邮件内容与中资源网络及软件开发商无关--->> --- 中资源网络--域名先注册后付款;主机先开通后收费。 申请100M虚拟主机350元/年,送国际

Re: [PATCHES] Russian NLS updates

2003-08-24 Thread Peter Eisentraut
Serguei Mokhov writes: > psql and libpq: one new/fuzzy message each; recently introduced > pgscripts: new chunk of translated messages > all:message tweaking and rudimentary spell check Installed. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of bro

Re: [PATCHES] updated libpq spanish translation

2003-08-24 Thread Peter Eisentraut
Alvaro Herrera writes: > One untranslated message ("NOTICE"). Please install. Done. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail com

Re: [PATCHES] Russian NLS: backend

2003-08-24 Thread Peter Eisentraut
Serguei Mokhov writes: > Got rid of all fuzzy messages; translated a few as well Installed. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [PATCHES] psql spanish l10n

2003-08-24 Thread Peter Eisentraut
Alvaro Herrera writes: > Attached is a (new) spanish PO file for psql: > > $ LANG= msgfmt -v -c po/es.po > 269 translated messages, 2 untranslated messages. > > Please install. Don't forget to add to nls.mk... Done. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of b

[PATCHES] non-blocking libpq under win32

2003-08-24 Thread Andreas Pflug
The attached patch reenables non-blocking operation under win32. The global variable was left uninitialized, so the compiler would silently make it 0. This resulted in connectMakeNonblocking() setting nonblocking to zero, i.e. blocking. Regards, Andreas RCS file: /projects/cvsroot/pgsql-server

[PATCHES] small typos

2003-08-24 Thread Alvaro Herrera
Patchers, This fixes three minor typos in hba.c. -- Alvaro Herrera () "There was no reply" (Kernel Traffic) Index: src/backend/libpq/hba.c === RCS file: /home/alvherre/cvs/pgsql-server/src/backend/libpq/hba.c,v retrieving revision 1