pgsql: Cosmetic improvements for faster column addition.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cosmetic improvements for faster column addition.
Date: 2018-06-27 02:48:00
Message-ID: E1fY0Uz-000389-06@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cosmetic improvements for faster column addition.

Changed the name of few structure members for the sake of clarity and
removed spurious whitespace.

Reported-by: Amit Kapila
Author: Amit Kapila, based on suggestion by Andrew Dunstan
Reviewed-by: Alvaro Herrera
Discussion: https://postgr.es/m/CAA4eK1K2znsFpC+NQ9A4vxT4uDxADN4RmvHX0L6Y=aHVo9gB4Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8121ab88e7dfe6ebe56c58257733354cb85f092c

Modified Files
--------------
src/backend/access/common/heaptuple.c | 21 ++++++++++-----------
src/backend/access/common/tupdesc.c | 18 +++++++++---------
src/backend/utils/cache/relcache.c | 10 +++++-----
src/include/access/tupdesc_details.h | 5 ++---
4 files changed, 26 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-06-27 05:44:08 pgsql: doc: Document some nuances of logical replication of TRUNCATE
Previous Message Alvaro Herrera 2018-06-26 20:50:03 pgsql: Fix "base" snapshot handling in logical decoding