Project

General

Profile

« Previous | Next » 

Revision 10273

lib/runscripts/table.run: postprocess(): renamed to custom_postprocess() since this runs only the datasource's custom postprocessing commands, not all the postprocessing commands including map_table, mk_derived

View differences:

table.run
78 78
	piped_cmd yes|table_make test
79 79
}
80 80

  
81
postprocess() # overridable
81
custom_postprocess() # overridable
82 82
{
83 83
	echo_func; set_make_vars
84 84
	local file="$postprocess_sql"
......
98 98
	kw_params can_test; local can_test="${can_test-1}"
99 99
	self_make load_data
100 100
	map_table
101
	postprocess
101
	custom_postprocess
102 102
	mk_derived
103 103
	if test "$can_test"; then remake_VegBIEN_mappings; fi
104 104
}

Also available in: Unified diff