pgsql: Fix function prototypes in dependency.h.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix function prototypes in dependency.h.
Date: 2021-01-11 22:06:30
Message-ID: E1kz5KY-0007da-4d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix function prototypes in dependency.h.

Commit 257836a7 accidentally deleted a couple of
redundant-but-conventional "extern" keywords on function prototypes.
Put them back.

Reported-by: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>

Branch
------
master

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

Modified Files
--------------
src/include/catalog/dependency.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-01-12 02:09:38 pgsql: Make pg_dump's table of object-type priorities more maintainable
Previous Message Thomas Munro 2021-01-11 21:48:48 Re: pgsql: Track collation versions for indexes.