all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 22618-done@debbugs.gnu.org
Subject: bug#22618: syntax error in postgresql default config
Date: Wed, 10 Feb 2016 15:50:20 -0500	[thread overview]
Message-ID: <20160210205020.GA28413@jasmine> (raw)
In-Reply-To: <20160210195343.197649ef@scratchpost.org>

On Wed, Feb 10, 2016 at 07:53:43PM +0100, Danny Milosavljevic wrote:
> Package: guix
> Version: git from an hour ago
> 
> The default postgresql config file contains:
>   hba_file = '/gnu/store/2pnrdnasjxjr8zmnvhk9ypw2vdl00cks-pg_hba.conf'
>   ident_file = '/gnu/store/b4cm2bk8kz8brjcgpwrafxfvxcy35vz9-pg_ident.conf
> 
> Note missing end-quote.
> 
> The reason is: gnu/services/databases.scm contains:
> 
> (define %default-postgres-config
>   (mixed-text-file "postgresql.conf"
>                    "hba_file = '" %default-postgres-hba "'\n"
>                    "ident_file = '" %default-postgres-ident "\n"))
> 
> Note missing end-quote.

Fixed in 8823ed4e12960a6f6c0e9fa2775feecaa6f10a9b.

Thanks for the report!

      reply	other threads:[~2016-02-10 20:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10 18:53 bug#22618: syntax error in postgresql default config Danny Milosavljevic
2016-02-10 20:50 ` Leo Famulari [this message]

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

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

  git send-email \
    --in-reply-to=20160210205020.GA28413@jasmine \
    --to=leo@famulari.name \
    --cc=22618-done@debbugs.gnu.org \
    --cc=dannym@scratchpost.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.