mirror of https://github.com/citusdata/citus.git
extra_float_digits=0
parent
705d1bf0e0
commit
b2ea806d8a
|
@ -289,6 +289,7 @@ push(@pgOptions, '-c', "listen_addresses=${host}");
|
|||
# not required, and we don't necessarily have access to the default directory
|
||||
push(@pgOptions, '-c', "unix_socket_directories=");
|
||||
push(@pgOptions, '-c', "fsync=off");
|
||||
push(@pgOptions, '-c', "extra_float_digits=0");
|
||||
|
||||
my $sharedPreloadLibraries = "citus";
|
||||
|
||||
|
|
Loading…
Reference in New Issue