pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this

pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this

pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this

pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this

pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this

pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this

pgsql: Remove unnecessary pfree() in g_intbig_compress().

2023-07-13 Thread Tom Lane
Remove unnecessary pfree() in g_intbig_compress(). GiST compress functions (like all GiST opclass functions) are supposed to be called in short-lived memory contexts, so that minor memory leaks in them are not of concern, and indeed explicit pfree's are likely slightly counterproductive. But this