This is an automated email from the ASF dual-hosted git repository.

okislal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git

commit 954d0f78b915b687763e6609e4ded35e5786cbaf
Author: Orhan Kislal <okis...@apache.org>
AuthorDate: Wed Jul 6 15:45:03 2022 +0300

    Fix create_changelist udoc command
---
 src/madpack/create_changelist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/madpack/create_changelist.py b/src/madpack/create_changelist.py
index 74bea42a..67ccdd39 100644
--- a/src/madpack/create_changelist.py
+++ b/src/madpack/create_changelist.py
@@ -300,7 +300,7 @@ try:
 
         os.system("""psql {database} -c "SELECT get_udocs('__tmp__madlib__', 
'madlib_old_vers', '{t}')" > /dev/null """.format(**locals()))
 
-        os.system("""psql {database} -x -c "SELECT opfamily_name, index_method 
FROM __tmp__madlib__ ORDER BY name DESC" > /tmp/madlib_tmp_typedep_udoc.txt 
""".format(**locals()))
+        os.system("""psql {database} -x -c "SELECT opfamily_name, index_method 
FROM __tmp__madlib__ ORDER BY opfamily_name DESC" > 
/tmp/madlib_tmp_typedep_udoc.txt """.format(**locals()))
 
         os.system("""psql {database} -c "DROP TABLE IF EXISTS __tmp__madlib__ 
" > /dev/null """.format(**locals()))
 

Reply via email to