pgsql-server: Some source files was not scanned for translatable

Started by Nonamealmost 22 years ago3 messagescomitters
Jump to latest
#1Noname
dennis@svr1.postgresql.org

Log Message:
-----------
Some source files was not scanned for translatable strings.

Modified Files:
--------------
pgsql-server/src/interfaces/libpq:
nls.mk (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/libpq/nls.mk.diff?r1=1.16&r2=1.17)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: pgsql-server: Some source files was not scanned for translatable

dennis@svr1.postgresql.org (Dennis Bjorklund) writes:

Log Message:
-----------
Some source files was not scanned for translatable strings.

While I cannot argue with the patch per se, I'm wondering why the
Makefile has to call out a hard-wired list of *.c files in the first
place. I don't think we are doing that elsewhere. Peter?

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#2)
Re: pgsql-server: Some source files was not scanned for translatable

Tom Lane wrote:

dennis@svr1.postgresql.org (Dennis Bjorklund) writes:

Log Message:
-----------
Some source files was not scanned for translatable strings.

While I cannot argue with the patch per se, I'm wondering why the
Makefile has to call out a hard-wired list of *.c files in the first
place. I don't think we are doing that elsewhere. Peter?

Yes, we do that elsewhere. All makefiles call out all files they act on
explicitly, with a few exceptions that are regularly causing trouble.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/