Skip to content

Commit 6f9ed53

Browse files
committed
Bugs fix. prevent all probable side effects of changes for fixed bugs from happening.
2 parents 151ce10 + 8bf728f commit 6f9ed53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PostgreSQL/src/backend/utils/misc/recathon.c

+1
Original file line numberDiff line numberDiff line change
@@ -4500,6 +4500,7 @@ applyItemSim(RecScanState *recnode, char *itemmodel)
45004500

45014501
ratedTable = recnode->ratedTable;
45024502

4503+
<<<<<<< HEAD
45034504
querystring = (char*) palloc(1024*sizeof(char));
45044505

45054506
// For every item we've rated, we need to obtain its similarity

0 commit comments

Comments
 (0)