[PATCHES] 7.3 pg_dump pt_BR translation msgfmt failure

2005-07-18 Thread Kris Jurka


The attached patch fixes this buildfarm failure:

http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=canary&dt=2005-07-18%2015:30:01

Kris Jurka
Index: src/bin/pg_dump/po/pt_BR.po
===
RCS file: /projects/cvsroot/pgsql/src/bin/pg_dump/po/pt_BR.po,v
retrieving revision 1.1.2.1
diff -c -r1.1.2.1 pt_BR.po
*** src/bin/pg_dump/po/pt_BR.po 10 Dec 2002 20:00:27 -  1.1.2.1
--- src/bin/pg_dump/po/pt_BR.po 18 Jul 2005 16:59:45 -
***
*** 189,196 
  msgstr "  -Z 0-9   n?vel de compress?o para formatos 
comprimidos\n"
  
  #: pg_dump.c:675 pg_dumpall.c:238 pg_restore.c:396
! msgid "  --help   show this help, then exit\vn"
! msgstr "  --help   mostra essa ajuda, e termina\vn"
  
  #: pg_dump.c:676 pg_dumpall.c:239 pg_restore.c:397
  msgid "  --versionoutput version information, then exit\n"
--- 189,196 
  msgstr "  -Z 0-9   n?vel de compress?o para formatos 
comprimidos\n"
  
  #: pg_dump.c:675 pg_dumpall.c:238 pg_restore.c:396
! msgid "  --help   show this help, then exit\n"
! msgstr "  --help   mostra essa ajuda, e termina\n"
  
  #: pg_dump.c:676 pg_dumpall.c:239 pg_restore.c:397
  msgid "  --versionoutput version information, then exit\n"

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [PATCHES] 7.3 pg_dump pt_BR translation msgfmt failure

2005-07-18 Thread Tom Lane
Kris Jurka <[EMAIL PROTECTED]> writes:
> The attached patch fixes this buildfarm failure:
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=canary&dt=2005-07-18%2015:30:01

Applied, thanks.

regards, tom lane

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match