pgAdmin 4 commit: Don't pipe the list of binaries through uniq.
pgAdmin 4 commit: Don't pipe the list of binaries through uniq.
От:
Dave Page <dpage@pgadmin.org>
Дата:
Don't pipe the list of binaries through uniq. It seems to be overflowing a buffer and truncating output with Python 3, plus it's being fed a single line only so isn't actually doing anything. Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=96544424dd2b9dc3d18f6a083fe47201d398c6a1 Modified Files -------------- pkg/mac/complete-bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)