mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 07:13:06 -04:00
48d50840d5
Move the functions within the file so that public interface functions come first, followed by internal functions. Previously, be_tls_write was first, then internal stuff, and finally the rest of the public interface, which clearly didn't make much sense. Per Andres Freund's complaint.