pgsql: doc: remove check of SVG files, since they are derived

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: remove check of SVG files, since they are derived
Date: 2024-11-04 19:10:37
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: remove check of SVG files, since they are derived

revert of change from commit 641a5b7a144

Reported-by: Peter Eisentraut

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32d07a000ffa9f5f6fb418a23d1bced22f20481d

Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-11-04 19:36:23 pgsql: pg_basebackup, pg_receivewal: fix failure to find password in ~/
Previous Message Alexander Korotkov 2024-11-04 19:04:25 Re: pgsql: Implement pg_wal_replay_wait() stored procedure