| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Fix a couple of bugs in MultiXactId freezing |
| Date: | 2013-12-12 22:57:35 |
| Message-ID: | 2041.1386889055@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> Unfortunately I find that too ugly. Adding a flag in the procarray
> because of an Assert() in a lowlevel routine? That's overkill.
If this flag doesn't need to be visible to other backends, it absolutely
does not belong in the procarray.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2013-12-12 23:05:04 | Re: pgsql: Fix a couple of bugs in MultiXactId freezing |
| Previous Message | Andres Freund | 2013-12-12 22:40:59 | Re: pgsql: Fix a couple of bugs in MultiXactId freezing |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2013-12-12 23:05:04 | Re: pgsql: Fix a couple of bugs in MultiXactId freezing |
| Previous Message | Fabrízio de Royes Mello | 2013-12-12 22:50:26 | Re: patch: make_timestamp function |