#if 0/#endif debug only variable

(cherry picked from commit 373b9944b6)
This commit is contained in:
Mark Andrews 2014-01-28 09:43:25 +11:00
parent 8822c88c0b
commit 48ad4a65c8

View file

@ -292,8 +292,10 @@ postgres_get_resultset(const char *zone, const char *record,
unsigned int i = 0;
unsigned int j = 0;
#if 0
/* temporarily get a unique thread # */
unsigned int dlz_thread_num = 1+(int) (1000.0*rand()/(RAND_MAX+1.0));
#endif
REQUIRE(*rs == NULL);