AILab-FOI / akdb

An experimental relational DBMS developed by students @ Faculty of Organization and Informatics, University of Zagreb
6 stars 23 forks source link

Revert "fixed issue 249" #283

Closed mschatten closed 3 years ago

mschatten commented 3 years ago

Reverts AILab-FOI/akdb#281

Ispravak javlja pogrešku prilikom kompajla (make):

gcc -pthread -w -c -g -c -w rel/aggregation.c -o rel/aggregation.o In file included from rel/aggregation.c:20: rel/aggregation.h:60:31: error: initializer element is not constant 60 | struct list_node row_root = (struct list_node) AK_malloc(sizeof(struct list_node)); | ^ rel/aggregation.h:62:37: error: initializer element is not constant 62 | struct list_node projection_att = (struct list_node) AK_malloc(sizeof(struct list_node)); | ^ make: *** [Makefile:20: rel/aggregation.o] Error 1

Molim ispraviti.