Re: [HACKERS] Failures with windows port

Bruce Momjian <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.devel.general
Message-ID <[email protected]>
Shridhar Daithankar wrote:
> Bruce Momjian wrote:
> >>http://www.hserus.net/~shridhar/regression.diffs.gz
> >>http://www.hserus.net/~shridhar/regression.out
> > Uh, were did you get this snapshot?  Hold old was it?  These newline
> > problems were fixed perhaps 2 weeks ago.
> 
> ftp://ftp.postgresql.org/pub/dev/postgresql-snapshot.tar.gz
> 
> It is timestamped at 6/7/2004, 8:09 AM.
> 
> Anyways, I will install flex and bison and use CVS. I was just being lazy to opt 
> for a snapshot..

That is certainly new enough.  We added a MinGW workaround to fix a
problem with extra newlines coming from psql, but you might have a
configuration that doesn't need the workaround.

Do you need this line in psql/print.c?
	
	#ifndef __MINGW32__
	    /* for some reason MinGW outputs an extra newline, so this supresses it */
	    fputc('\n', fout);
	#endif

That might be the cause of your problem?  If you have it try removing it and recompile.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [email protected] so that your
      message can get through to the mailing list cleanly
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.