pgcrypto: make const array static

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: pgcrypto: make const array static
Date: 2004-10-04 05:23:29
Message-ID: 4160DE51.5070302@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This one-line patches merges a micro-opt from upstream (OpenBSD)
sources: we can make a read-only local array "static" and reduce the
size of the generated object file slightly.

Barring any objections, I intend to apply this patch today or tomorrow.

-Neil

Attachment Content-Type Size
pgcrypto-static-const-array-1.patch text/plain 605 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2004-10-04 07:33:43 Quieting the copyright/startup message...
Previous Message Gaetano Mendola 2004-10-03 23:39:52 Re: error report on slru.c