unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@giblet.glug.org>
Cc: crayc@pyro.net, guile-user@gnu.org
Subject: Re: guile-pg
Date: Sat, 30 Nov 2002 00:47:32 -0800	[thread overview]
Message-ID: <E18I3Hg-0000e1-00@giblet> (raw)
In-Reply-To: <20021130012214.21324e85.david@altosw.be> (message from David Pirotte on Sat, 30 Nov 2002 01:22:14 -0500)

   From: David Pirotte <david@altosw.be>
   Date: Sat, 30 Nov 2002 01:22:14 -0500

	   extern int terminating;
		     if (!terminating)
	   ./libpostgres_lo.c

this variable can be used to control how a fd-flush failure is handled:
whether to throw scm_syserror or continue after writing a message to
stderr (fd 2, actually).  throwing syserror is probably sufficient.  to
work around for now, change the line to:

           static int terminating = 0;

keep the bug reports flowing!

thi


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


  reply	other threads:[~2002-11-30  8:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 13:32 guile-pg David Pirotte
2002-11-27  2:07 ` guile-pg Christopher Cramer
2002-11-26 17:40   ` guile-pg David Pirotte
2002-11-27 20:57     ` guile-pg Christopher Cramer
2002-11-27 11:54       ` guile-pg David Pirotte
2002-11-28  0:24         ` guile-pg Thien-Thi Nguyen
2002-11-30  6:22           ` guile-pg David Pirotte
2002-11-30  8:47             ` Thien-Thi Nguyen [this message]
2002-11-28  2:29         ` guile-pg Christopher Cramer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E18I3Hg-0000e1-00@giblet \
    --to=ttn@giblet.glug.org \
    --cc=crayc@pyro.net \
    --cc=guile-user@gnu.org \
    --cc=ttn@glug.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).