Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 325c54b

Browse files
committed
Fix obsolete SQL syntax in comment.
This was legal back in the days of add_missing_from, though perhaps never good style. It's not legal anymore ... Jan Urbański
1 parent 5c4eb91 commit 325c54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/executor/execProcnode.c

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* the number of employees in that department. So we have the query:
3333
*
3434
* select DEPT.no_emps, EMP.age
35+
* from DEPT, EMP
3536
* where EMP.name = DEPT.mgr and
3637
* DEPT.name = "shoe"
3738
*

0 commit comments

Comments
 (0)