On Tue, Jul 12, 2022 at 1:09 PM Andres Freund <and...@anarazel.de> wrote:
> What does currently happen if we exceed that?

elog

> > diff --git a/src/include/utils/wait_event.h b/src/include/utils/wait_event.h
> > index b578e2ec75..5d3775ccde 100644
> > --- a/src/include/utils/wait_event.h
> > +++ b/src/include/utils/wait_event.h
> > @@ -193,7 +193,7 @@ typedef enum
> >       WAIT_EVENT_LOGICAL_REWRITE_TRUNCATE,
> >       WAIT_EVENT_LOGICAL_REWRITE_WRITE,
> >       WAIT_EVENT_RELATION_MAP_READ,
> > -     WAIT_EVENT_RELATION_MAP_SYNC,
> > +     WAIT_EVENT_RELATION_MAP_RENAME,
>
> Very minor nitpick: To me REPLACE would be a bit more accurate than RENAME,
> since it includes fsync etc?

Sure, I had it that way for a while and changed it at the last minute.
I can change it back.

-- 
Robert Haas
EDB: http://www.enterprisedb.com


Reply via email to