GNU bug report logs -
#30701
[PATCH 0/4] PostgreSQL service changes (add record type, and system test)
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 4 Mar 2018 19:12:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Christopher Baines <mail <at> cbaines.net> writes:
> * gnu/services/databases.scm: Export the record type, and all the field
> accessors.
^
Small nit-pick: there is no indentation here :-). You can check "git
log" to see how other people do.
> ---
> gnu/services/databases.scm | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
> index 4090277a7..1e410cd39 100644
> --- a/gnu/services/databases.scm
> +++ b/gnu/services/databases.scm
> @@ -43,7 +43,16 @@
> postgresql-config-file-external-pid-file
> postgresql-config-file-extra-config
>
> + <postgresql-configuration>
> + postgresql-configuration
> postgresql-configuration?
> + postgresql-configuration-postgresql
> + postgresql-configuration-port
> + postgresql-configuration-locale
> + postgresql-configuration-pid-file
> + postgresql-configuration-file
> + postgresql-configuration-data-directory
> +
> postgresql-service
> postgresql-service-type
This bug report was last modified 7 years and 123 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.