Remove unused global variable
Author: Alexander Lakhin Discussion: https://postgr.es/m/d5f68d19-c0fc-91a9-118d-7c6a5a3f5fad@gmail.com
This commit is contained in:
parent
d91d163529
commit
84e05beb11
@ -50,9 +50,6 @@ static SlruCtlData TestSlruCtlData;
|
|||||||
static shmem_request_hook_type prev_shmem_request_hook = NULL;
|
static shmem_request_hook_type prev_shmem_request_hook = NULL;
|
||||||
static shmem_startup_hook_type prev_shmem_startup_hook = NULL;
|
static shmem_startup_hook_type prev_shmem_startup_hook = NULL;
|
||||||
|
|
||||||
/* LWLock name */
|
|
||||||
const char test_tranche_name[] = "test_slru_tranche";
|
|
||||||
|
|
||||||
static bool
|
static bool
|
||||||
test_slru_scan_cb(SlruCtl ctl, char *filename, int segpage, void *data)
|
test_slru_scan_cb(SlruCtl ctl, char *filename, int segpage, void *data)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user