pgsql: Restore missing line to copyright notice

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restore missing line to copyright notice
Date: 2024-10-28 11:26:47
Message-ID: E1t5NtX-002pq8-I2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Restore missing line to copyright notice

Commit 12c9423832 in May 2003 accidentally removed the last line of
the copyright notice in getopt.c. Put it back.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/22bb889f7080d5a2596df2276ccbdb1ace1e4673

Modified Files
--------------
src/port/getopt.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-10-28 12:13:20 pgsql: Fix overflow in bsearch_arg() with more than INT_MAX elements
Previous Message Heikki Linnakangas 2024-10-28 09:36:43 Re: pgsql: Implement pg_wal_replay_wait() stored procedure