| From: | Karina Litskevich <litskevichkarina(at)gmail(dot)com> |
|---|---|
| To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | pg_stat_statements: use spaces to indent in upgrade scripts |
| Date: | 2024-09-23 13:23:56 |
| Message-ID: | CACiT8iZDyiGkivGe16emrwAAVcxHjWCqubqSSud4Sbojaz5Sbg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi hackers,
I just noticed that all indents in upgrade scripts of pg_stat_statemets are
made using spaces, except for "CREATE FUNCTION pg_stat_statements_reset"
statement in pg_stat_statements--1.6--1.7.sql and
pg_stat_statements--1.10--1.11.sql.
I made a patch to fix it in pg_stat_statements--1.10--1.11.sql if it's not
too late for PostgreSQL 17 yet.
Best regards,
Karina Litskevich
Postgres Professional: http://postgrespro.com/
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-pg_stat_statements-use-spaces-to-indent-in-upgrad.patch | text/x-patch | 1.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomas Vondra | 2024-09-23 14:01:42 | Re: Why don't we consider explicit Incremental Sort? |
| Previous Message | Andrei Lepikhov | 2024-09-23 13:21:16 | Re: Incremental Sort Cost Estimation Instability |