Ensure function installation into the db is before comment generation
authorKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Fri, 6 Oct 2023 23:15:50 +0000 (23:15 +0000)
committerKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Fri, 6 Oct 2023 23:15:50 +0000 (23:15 +0000)
commit5dc0708fb3bfe329de432470deaab7dd82b96d37
tree1590c7e966cf63b2a6c85687765de53cbdbd1229
parent1c408b481c710e9e0f6ef26541d155d64d7e0801
Ensure function installation into the db is before comment generation

Function signatures cannot be obtained until after functions are
put into the database.  This means that comment SQL cannot be generated
before functions go in.  Alter the big install/re-install targets to
be sure that things happen in the right order.

The user can still invoke the "installcomments" target without having
all the functions installed.  In this case comment installation fails.
It is up to the user to install things in the proper order, as with
tables and views, when invoking targets that install piecemeal.
make_files/make_db.mk