On Fri, 2009-09-18 at 09:46 -0400, Tom Lane wrote:
> [email protected] (Peter Eisentraut) writes:
> > Log Message:
> > -----------
> > Easier to translate psql help
>
> Looks like this broke the msvc build ...
Yep, one of create_help.pl's arguments changed to not include the file
extension, but msvc was still trying to give it "sql_help.h".
Quickpatch attached.
Wondered why my attempts to test and review another patch were suddenly
confounded...
> regards, tom lane
- Josh Williams
Index: src/tools/msvc/Solution.pm
===================================================================
RCS file: /projects/cvsroot/pgsql/src/tools/msvc/Solution.pm,v
retrieving revision 1.47
diff -c -r1.47 Solution.pm
*** src/tools/msvc/Solution.pm 6 Jan 2009 18:37:50 -0000 1.47
--- src/tools/msvc/Solution.pm 19 Sep 2009 03:41:40 -0000
***************
*** 235,241 ****
{
print "Generating sql_help.h...\n";
chdir('src\bin\psql');
! system("perl create_help.pl ../../../doc/src/sgml/ref sql_help.h");
chdir('..\..\..');
}
--- 235,241 ----
{
print "Generating sql_help.h...\n";
chdir('src\bin\psql');
! system("perl create_help.pl ../../../doc/src/sgml/ref sql_help");
chdir('..\..\..');
}
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers