| From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
|---|---|
| To: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, Ted Yu <yuzhihong(at)gmail(dot)com> |
| Cc: | Nathan Bossart <nathandbossart(at)gmail(dot)com>, Pavel Luzanov <p(dot)luzanov(at)postgrespro(dot)ru>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX |
| Date: | 2022-12-19 22:43:05 |
| Message-ID: | 8d4e2114e651e4c7e53ed4a2622d33e24eef74ba.camel@j-davis.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sun, 2022-12-18 at 17:38 -0600, Justin Pryzby wrote:
> On Sat, Dec 17, 2022 at 04:39:29AM -0800, Ted Yu wrote:
> > + List *ancestors = get_partition_ancestors(relid);
> > + Oid root = InvalidOid;
> >
> > nit: it would be better if the variable `root` can be aligned with
> > variable
> > `ancestors`.
>
> It is aligned, but only after configuring one's editor/pager/mail
> client
> to display tabs in the manner assumed by postgres' coding style.
If you use emacs or vim, there are editor config samples in
src/tools/editors/
Regards,
Jeff Davis
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2022-12-19 22:48:37 | Re: appendBinaryStringInfo stuff |
| Previous Message | Tom Lane | 2022-12-19 22:42:30 | Re: appendBinaryStringInfo stuff |