Re: Issues with two-server Synch Rep

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, Robert Haas <robertmhaas(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Issues with two-server Synch Rep
Date: 2010-10-13 20:15:53
Message-ID: m2bp6xx30m.fsf@2ndQuadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Seems like a reasonable solution, although I've never heard
> of .emacs.custom; my emacsen have always written their custom settings
> somewhere in the middle of the .emacs proper.

See (info "(emacs) Saving Customizations") and add the following to your
setup:
(setq custom-file "~/.emacs-custom.el")
(load custom-file)

http://www.gnu.org/software/emacs/manual/html_mono/emacs.html#Saving-Customizations

I guess it's relevant enough here.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Whelchel 2010-10-13 20:19:06 Re: Slow count(*) again...
Previous Message Neil Whelchel 2010-10-13 20:08:26 Re: Slow count(*) again...