You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous implementation passed nothing to `chmod` when
PG_DATADIR is empty - this results in `chmod` raises syntax error.
We also can see `Argument list too long` error when
PG_DATADIR contains too many files / directries
(restriction defined by ARG_MAX)
Use xargs to avoid errors above
0 commit comments