pgsql: Fix some OBJS lists in two Makefiles to be ordered alphabeticall - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some OBJS lists in two Makefiles to be ordered alphabeticall
Date
Msg-id E1ihOW7-00087J-9T@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some OBJS lists in two Makefiles to be ordered alphabetically

These have been missed in 01368e5, and count for plpython and the
backend's tsearch code.

Author: Mahendra Singh
Discussion: https://postgr.es/m/CAKYtNAo4mxRRyDB0YqE6QLh17XD7pPQotpGm3GnHS+gQKz4zQQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aa3ef7ff505305d8ee5f733090b076c301a32cc8

Modified Files
--------------
src/backend/tsearch/Makefile | 12 ++++++------
src/pl/plpython/Makefile     |  4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Remove redundant not-null test
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Improve readability of options for REINDEX