Re: use less space in xl_xact_commit patch
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Simon Riggs <simon@2ndquadrant.com>, Leonardo Francalanci <m_lists@yahoo.it>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-06-16T16:48:04Z
Lists: pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes: > That's a reasonable point, but I still don't really like the name > "fastpath", because it's not faster, and it's not a path. It's just > smaller. How about xl_xact_commit_simple or xl_xact_commit_compact or > something like that? <bikeshed> xl_xact_commit_short ? </bikeshed> "_simple" would probably be my next choice. regards, tom lane