Re: trivial refactoring of WaitOnLock - Mailing list pgsql-patches

From Neil Conway
Subject Re: trivial refactoring of WaitOnLock
Date
Msg-id 4231168A.9080005@samurai.com
Whole thread Raw
In response to Re: trivial refactoring of WaitOnLock  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway wrote:
> memcpy(new_status, old_status, len) would be faster yet. Which is what I
> originally implemented, and then decided the sprintf() was clearer
> (since performance isn't very important here). On reflection, memcpy() +
> strcpy() should be fine; I'll commit this tomorrow.

Applied.

-Neil

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Display Pg buffer cache (WIP)
Next
From: Neil Conway
Date:
Subject: default to WITHOUT OIDS