emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22618: closed (syntax error in postgresql default


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22618: closed (syntax error in postgresql default config)
Date: Wed, 10 Feb 2016 20:51:01 +0000

Your message dated Wed, 10 Feb 2016 15:50:20 -0500
with message-id <address@hidden>
and subject line Re: bug#22618: syntax error in postgresql default config
has caused the debbugs.gnu.org bug report #22618,
regarding syntax error in postgresql default config
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22618: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22618
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: syntax error in postgresql default config Date: Wed, 10 Feb 2016 19:53:43 +0100
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#22618: syntax error in postgresql default config Date: Wed, 10 Feb 2016 15:50:20 -0500 User-agent: Mutt/1.5.24 (2015-08-30)
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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]