From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Geoffrey <lists(at)serioustechnology(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_usleep() location |
Date: | 2009-05-29 13:14:20 |
Message-ID: | 4A1FDFAC.9080508@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Geoffrey wrote:
> Richard Huxton wrote:
>> Geoffrey wrote:
>>> I'm trying to build a customized pg_standby.c and I can not locate
>>> pg_usleep(). Can anyone point me to the source file that contains
>>> this library? (or even better,the associated Red Hat rpm?)
>>
>> port/pgsleep.c
>>
>> If you're a perl guy might be worth getting a copy of "ack" too.
>
> perl would likely be preferred, can you point me to ack??
http://search.cpan.org/~petdance/ack-1.88/
Probably an RPM for it too. Not sure what you'd search for. Searches
code with Perl regexps, knows about code extensions, does nice colouring
in terminal and switches to a simpler layout when piped/redirected to a
file. Knows to skip .svn directories etc, don't know how I ever lived
without it :-)
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Carlsson, Lars | 2009-05-29 13:22:16 | Configure server firewall request/response |
Previous Message | Brandon Metcalf | 2009-05-29 13:13:32 | optimize/cleanup SQL |