| From: | Amit Kapila <akapila(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Eliminate duplicate code in table.c. |
| Date: | 2022-07-26 02:59:49 |
| Message-ID: | E1oGAnU-001HP3-Jh@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Eliminate duplicate code in table.c.
Additionally improve the error message similar to how it was done in
2ed532ee8c.
Author: Junwang Zhao, Aleksander Alekseev
Reviewed-by: Amit Kapila, Alvaro Herrera, Kyotaro Horiguchi
Discussion: https://postgr.es/m/CAEG8a3KbVtBm_BYf5tGsKHvmMieQVsq_jBPOg75VViQB7ACL8Q%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/857dd353480d98f920099ee0b73da178c197c13d
Modified Files
--------------
src/backend/access/table/table.c | 70 ++++++++++++++-------------------------
src/test/regress/expected/tid.out | 3 +-
2 files changed, 26 insertions(+), 47 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2022-07-26 06:58:24 | pgsql: Fix path reference when parsing pg_ident.conf for pg_ident_file_ |
| Previous Message | Michael Paquier | 2022-07-26 01:16:52 | pgsql: Fix a few issues with REINDEX grammar |