Re: Temp tables, pg_class_temp and AccessExclusiveLocks

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Temp tables, pg_class_temp and AccessExclusiveLocks
Date: 2014-10-31 15:03:45
Message-ID: CA+U5nMKfwRM8kV6p5anMFZ-76BAQfaw_RjAqogpBczR80-XJ6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 31 October 2014 14:53, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:

> While investigating how to reduce logging of AccessExclusiveLocks for
> temp tables, I came up with the attached patch.

--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
temp_tables_skip_logging_locks.v1.patch application/octet-stream 8.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2014-10-31 15:06:02 Re: Reducing Catalog Locking
Previous Message Simon Riggs 2014-10-31 15:02:20 Re: group locking: incomplete patch, just for discussion