pgsql: Change Graphviz file extension - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change Graphviz file extension
Date
Msg-id E1hUmM0-0000yS-FH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change Graphviz file extension

Change extension for Graphviz files from .dot to .gv.  The latter
appears to be the generally preferred one nowadays.

Discussion: https://www.postgresql.org/message-id/flat/71fe76d2-c7d7-2acc-6762-bbf9e61c566e%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41205719d34969018f708baa70d9d06dae0c0d08

Modified Files
--------------
contrib/pg_trgm/trgm_regexp.c           | 14 +++++++-------
doc/src/sgml/images/Makefile            |  2 +-
doc/src/sgml/images/{gin.dot => gin.gv} |  0
3 files changed, 8 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: fix incorrect references in PG 12 release notes.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix typos.