Skip to content

Commit 2d46e08

Browse files
committed
Bugs fix. prevent all probable side effects of changes for fixed bugs from happening.
1 parent 6f9ed53 commit 2d46e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

45014501
ratedTable = recnode->ratedTable;
45024502

4503-
<<<<<<< HEAD
4503+
45044504
querystring = (char*) palloc(1024*sizeof(char));
45054505

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

0 commit comments

Comments
 (0)